Replies: 3 comments
-
Your images are pinned to hashes, which is basically saying "don't update this image" (you are asking the repository "what is the latest version of the image with this hash", which can never result in a new image (since that would have another hash). Not sure what is adding the pins though. Perhaps you are using docker swarm? |
Beta Was this translation helpful? Give feedback.
-
yes I'm using docker swarm. So what can I do now? |
Beta Was this translation helpful? Give feedback.
-
If you are using Docker Swarm, try using shepherd instead. It was purposely made for updating swarms and doesn't need to do all the shenanigans that watchtower does to make it work with regular docker containers. |
Beta Was this translation helpful? Give feedback.
-
Hello,
just trying to use Watchtower. Have created stack in portainer:
I'm getting email:
In container logs I see:
Any idea what is wrong please?
Beta Was this translation helpful? Give feedback.
All reactions