-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update registry:latest to point to registry 2.x #1391
Conversation
If I think this will need to be addressed as well: #643 (comment). |
Thanks @yosifkit The 0.X won't get any update in the future, so, I guess we can drop them. Also, we can continue our previous conversation here: distribution/distribution#504 (comment) |
The registry:latest tag currently points to registry 0.9.1. It has been pointing to this old version for awhile to avoid breaking users following outdated legacy registry documentation. Registry 2.x is well-established now, and the time has come to change the latest tag. Change it so that registry:latest is synonymous with registry:2. Remove old 0.8.1 and 0.9.1 tags from the file. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
c2c76da
to
a0e58c6
Compare
Updated to remove references to 0.8.1 and 0.9.1. |
LGTM. @yosifkit : can you merge so I can update for the new registry release please? |
As agreed upon in #643 (comment), The best course of action to get 2.3 built and released ASAP is going to be to put this PR on the back-burner for now and just update the |
@RichardScothern that sounds perfect, thanks! 👍 (I think we cross-commented at roughtly the same time 😄) |
@yosifkit : we would like to base the registry image on Alpine linux. As we ship a bare binary, there is little need to have a few hundred megabytes of extra stuff. Given that Alpine does not come installed with bash this does not meet the ability to run with bash requirement. Like swarm, cirros, busybox etc, can we drop this requirement to reclaim the latest tag for the registry? |
Alpine Linux would not remove that requirement. There is still a shell and many other programs available. More info in distribution/distribution#504 (comment). Let's continue the discussion there. |
Since this is still open, it's worth noting that #1838 added |
Correct. I didn't close this since we're still in rc. 👍 |
This was fixed in #1991. 🎉 |
The registry:latest tag currently points to registry 0.9.1. It has been
pointing to this old version for awhile to avoid breaking users
following outdated legacy registry documentation. Registry 2.x is
well-established now, and the time has come to change the latest tag.
Change it so that registry:latest is synonymous with registry:2.
Remove old 0.8.1 and 0.9.1 tags from the file.
cc @docker/distribution-maintainers