Replies: 5 comments
-
I have never used swarm and dont know how it differs from regular docker when it comes to image updates. What do you mean with the tag? Though if you'd use a tag lets say Is this what you mean? |
Beta Was this translation helpful? Give feedback.
-
Hello, thanks for reply In swarm the image digest is fixed. Example with pgAdmin So the script will check if the sha256 digest still here despite the latest was updated, so I will not receive update notification for this container I think you just need to strip after For update in swarm : |
Beta Was this translation helpful? Give feedback.
-
Ah okay, thank you for the details! Well - this project is based on So to support docker swarm I'd have to rewrite some things. And to do that I'd need to understand docker swarm 😄 so I'd need to test that out. While I'd love to do this - I don't have the time right now. I'll add it to my list of things to check out in the future, I'm sorry. |
Beta Was this translation helpful? Give feedback.
-
I have made this here : https://github.com/mixman68/dockcheck/tree/feature/swarm-update But the code is not very beautiful |
Beta Was this translation helpful? Give feedback.
-
Thank you for contributing ideas! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I try this script, it was good but for swarm containers, it check the image tag with the associated hash so no update is available despite the retag is registry
Beta Was this translation helpful? Give feedback.
All reactions