docker / roadmap

Welcome to the Public Roadmap for All Things Docker! We welcome your ideas.
https://github.com/orgs/docker/projects/51
Creative Commons Zero v1.0 Universal
1.73k stars 252 forks source link

Notifications of newer images available #198

Open nebuk89 opened 3 years ago

nebuk89 commented 3 years ago

Tell us about your request Provide a way to inform me when I am using out of date images, telling me about the new images which are available and why I may be interested in upgrading to them.

Example idea: You build using a base alpine image in your dockerfile

Target ‘builder’ is based on “alpine3:.” a new version “alpineN.” is available
Updating would fix 1 high CVE, for more info see https://URL

Which service(s) is this request for? Docker CLI/Docker Desktop

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? Making sure I am always using the best image for my work, keeping me aware of images that are out of date, along with understanding why I may want to update them

Are you currently working around the issue? Manually checking for new images periodically image image

binman-docker commented 3 years ago

Similar but with webhooks rather than UI/CLI: https://github.com/docker/roadmap/issues/16

JaneJeon commented 3 years ago

Doesn't watchtower already do this?