Can i get email notification whenever docker version new releases available?

Can i get email notification whenever docker version new releases available ?

Docker version as in new release of a Docker engine verion?
Or Docker version as in a new tag of an image?

If it’s the second case, you can use a third party tool like diun to get notified when a new tag is pushed to a container image registry.

Hi Meyay, Its about Docker engine version

Haven’t seen an existing way.

Since docker sources are on github, I would’ve said “the same way other github projects do it”, but the last relase in https://github.com/docker/docker-ce is 19.03.14 from roughly 18 months ago. Probably the current releases versions are in a different project, but I have no idea in which.

I like the idea of getting an email notification whenever a new docker engine version is released.

Hope you find a solution and then share it with us :slight_smile:

Update: the current releases can be found on https://github.com/moby/moby/releases. You can check if the notification you get when you add “Watch” → “Custom” → “Releases” for this github repo, are what you are looking for.

Thanks for the details . I hope it will help me.