Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Update docker container when new image is getting released

Except watchtower what other tools we have in order to update containers when a new image is getting released?

Watchtower seems good but t does not support yet private registry other than docker hub, ie I would like to use gitlab registry.

like image 647
Nick Doulgeridis Avatar asked Jul 25 '16 14:07

Nick Doulgeridis


1 Answers

This is discussed in watchover issue 3, with reference to PR 13 which allows for pulling private images (on Docker Hub though).

You need to apply PR 26 in order to fix support for private docker registry authentication. This is where the latest effort to support private images is being developed, as there is no other alternative project that I could find.

like image 113
VonC Avatar answered Oct 02 '22 02:10

VonC