-
Notifications
You must be signed in to change notification settings - Fork 1.1k
slim tag changed to stretch from jessie #293
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
2.7-slim was repointed to 2.7-slim-stretch, which is missing a number of dependencies we need to run the app. See docker-library/python#293
This was partly done since Debian Jessie transitions from full support to LTS support this month (https://wiki.debian.org/DebianReleases, ~June 6th, 2018) and so will get even fewer updates and fixes. The only way we announce things is PRs to this repo and to docker-library/official-images. We added |
I agree that using the explicit tag is the right thing to do, but many Dockerfiles were made far before those tags existed. Jessie switching to LTS hardly seems like reason to change the definition of a tag and negates a big advantage of using docker in the first place (i.e. stability and reproducibility). Basically, people that want a newer version can use the stretch tags just as easily, if not easier, than existing users can use the jessie tag and then existing workloads wouldn't be busted without any user warning. |
2.7-slim was repointed to 2.7-slim-stretch, which is missing a number of dependencies we need to run the app. See docker-library/python#293
2.7-slim was repointed to 2.7-slim-stretch, which is missing a number of dependencies we need to run the app. See docker-library/python#293
Just to follow up on this, "LTS" in Debian is a bit of a misnomer. It's no longer explicitly supported by the Debian Security Team, and is a best-effort release from a number of paid contributors. Essentially, if you care about a package in LTS, you should either pay for it to be maintained, or should step up and maintain it yourself (and this is the reason for the change). |
The slim tag was changed to stretch from jessie and this feels like something that shouldn't have been done since it dramatically changes the meaning of this tag under people without any notification:
docker-library/official-images@f200d7f#diff-051bb6df61b6c6e7f8c1868985011b07R43
The text was updated successfully, but these errors were encountered: