-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch Docker Hub repository to heroku/buildpack-procfile
#219
Conversation
To match the naming used by our other CNBs, and the new GitHub repo name for this CNB. The change to the repo metadata here will cause new versions to be published to the new repo instead. The existing tags on the old repo have been copied over already using: `crane copy --all-tags --jobs 1 docker.io/heroku/procfile-cnb docker.io/heroku/buildpack-procfile` (the `--jobs 1` was to ensure the tags appear in the correct order when sorted by push date) Once this PR has merged, I'll update the index to reference the new repo for old versions too: https://github.com/buildpacks/registry-index/blob/main/pr/oc/heroku_procfile GUS-W-15241542.
heroku/buildpacks-procfile
heroku/buildpack-procfile
The `heroku/procfile` buildpack has moved: heroku/buildpacks-procfile#219 From: https://hub.docker.com/r/heroku/procfile-cnb/tags To: https://hub.docker.com/r/heroku/buildpack-procfile/tags All tags have been copied verbatim using `crane copy`. The Buildpack API now handles changes to entries it has already imported (thanks to the fixes made as part of buildpacks#5767). Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com>
|
In buildpacks/registry-index#7602 the buildpack registry entries have been updated to reference the new Docker Hub repo name, meaning all historic releases on the registry now reference the new repo location, eg: The Docker Hub stats for the old repo show no new pulls since that merged, so I've made the old repo private - and will delete the old repo in a few days unless any issues are reported. |
To match the naming used by our other CNBs, and the new GitHub repo name for this CNB.
The change to the repo metadata here will cause new versions to be published to the new repo instead.
The existing tags on the old repo have been copied over already using:
crane copy --all-tags --jobs 1 docker.io/heroku/procfile-cnb docker.io/heroku/buildpack-procfile
(the
--jobs 1
was to ensure the tags appear in the correct order when sorted by push date)See:
https://hub.docker.com/r/heroku/procfile-cnb/tags
https://hub.docker.com/r/heroku/buildpack-procfile/tags
Once this PR has merged, I'll update the index to reference the new repo for old versions too:
https://github.com/buildpacks/registry-index/blob/main/pr/oc/heroku_procfile
GUS-W-15241542.