Skip to content
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

Version variants without OS release version should point to latest #199

Closed
fabianfrz opened this issue Mar 10, 2018 · 5 comments
Closed
Labels
Request Request for image modification or feature

Comments

@fabianfrz
Copy link

for example ruby:2.4 points to jessie but in my opinion it should point to stretch and jessie should be available as ruby:2.4-jessie.

@FreekingDean
Copy link
Contributor

Similarly for ruby:2.4-alpine should point to alpine:3.7 not alpine:3.4

@tianon
Copy link
Member

tianon commented Apr 3, 2018

This is along the same lines as docker-library/php#504 -- I think for the Alpine variants at least, we've probably had the new Alpine-version-specific variants for long enough that we can safely make this change without a transition period, but I'm not convinced the same applies to the bare ruby:X.Y tags (since they don't have an implied distribution already like the bare Alpine variants do).

@FreekingDean
Copy link
Contributor

That makes sense. Sorry for adding a PR to the higher level repo before. I thought that adding code is easier to spark conversation :(

@FreekingDean
Copy link
Contributor

Which is why #205 can be a talking point specifically around using the latest for alpine :)

@wglambert wglambert added the Request Request for image modification or feature label Apr 25, 2018
@yosifkit
Copy link
Member

This was fixed in docker-library/official-images#4385. See the ruby library file in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request Request for image modification or feature
Projects
None yet
Development

No branches or pull requests

5 participants