-
Notifications
You must be signed in to change notification settings - Fork 598
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
Stable docker image is out of date #301
Comments
Channel aliases were limited in: #179. The Docker Hub Page shows which are actively maintained under "Supported tags and respective Dockerfile links". |
That was exactly what I was looking for, thank you @yosifkit! 🎉 |
Just lost a few hours to this. Can we re-open? If the stable image is not stable, it would be better to delete it rather than give users a false sense of security. The image has a number of security vulnerabilities. |
As with all official images, the only supported tags are those listed in the README at https://hub.docker.com/_/docker. |
I understand that, but the point is that there is an incorrectly named, dangerous to use tag. I got the stable tag from somewhere, the reporter here did too. Now I don't know where I got that, but the fact is people are getting them. Saying that it's unsupported and to look at the README only works if the user has already looked at the README. I did not because I had a working stable image, no need to read about where to find one. There are a bunch of options here: a warning when using unsupported official images, deleting them (they're unsupported after all). I'm surprised that official packages with security vulnerabilities are hosted in this way with no special treatment, maybe removing them isn't the best option, but hosting security vulnerabilities probably isn't the right option either. |
Description
Docker hub lists a
stable
tag for the docker cli as well asstable:dind
for the docker engine, but when run, it is not a current release.Questions I have:
stable
andstable-dind
image tags that are maintained?stable
mean?stable
orstable-dind
?Steps to reproduce the issue:
docker version
using that imageDescribe the results you received:
Got 19.03.14 as the version
Describe the results you expected:
Expected to see a 20.10 version ( or the latest 19.03 release 19.03.15 )
Also, please let me know if this is not the best place for this issue. Thanks!
The text was updated successfully, but these errors were encountered: