-
Notifications
You must be signed in to change notification settings - Fork 522
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
Mark outdated images #1493
Comments
I've been investigating this some. I can't find any documentation about the Docker Hub API (the old one, not the Registry V2 API). The Registry V2 API is a non-starter for this purpose because it requires authentication, even to access public images. There is a JSON endpoint, e.g. https://hub.docker.com/v2/repositories/library/nginx/tags/latest, but the |
Interestingly I found that you do not need to provide anything in the |
We have released Docker 1.4.0 which contains this feature. It can be disabled by unchecking "Docker: Images: Check For Outdated Images" in settings. |
The tags of some of the images in the "Images" tree view are likely to get outdated when maintainers push new versions to the corresponding registries. Similarly to how modifications are marked in git repos, I think it would be useful to have a symbol added to outdated images.
Related to #1313, this feature would help users decide when they need to explicitly pull the image.
The text was updated successfully, but these errors were encountered: