-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Tags alpine
and *-alpine
should refer to latest alpine release 3.7, not 3.4
#265
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
Comments
3-alpine
and alpine
tags to use latest stable alpine release and
alpine` tags should refer to alpine 3.7, not 3.4
and
alpine` tags should refer to alpine 3.7, not 3.4 and
alpine` tags should refer to alpine 3.7, not 3.4
and
alpine` tags should refer to alpine 3.7, not 3.4alpine
and *-alpine
should refer to latest alpine release 3.7, not 3.4
This would solve some issues I'm having with versions in the 3.4 container |
This should be changed for all other tags, too. Eg.
When
That said, I think that at some point most users aiming for stability should have discovered the new tags and switched to one of them. And them And last but not least, I think that anyone aiming for stability should build their own python image. I consider official images as a source for best practices, not a source for stability, but maybe the majority of docker users thinks otherwise. |
What's the plan for the |
I am requesting that the alpine related tags without explicit version always refer to the latest stable alpine release. Currently this should be 3.7.
In https://github.com/docker-library/python/blob/master/generate-stackbrew-library.sh#L17 this already seems to be done. But it's unclear to me why Python 3.6 is explicitly being mapped to Alpine 3.4:
https://github.com/docker-library/python/blob/master/generate-stackbrew-library.sh#L22
Desired:
3-alpine
andalpine
(and any other-alpine
) tags should used latest stable python and alpine releases. Currently that is Python3.6.4
and Alpine3.7
.Current:
3-alpine
andalpine
tags use Alpine3.4
, several versions behind.The text was updated successfully, but these errors were encountered: