You can get the image SHA. If you then provide the corresponsig tag, that you used, an application could check if a new image is available. Or maybe if you use docker compose, the app could get the tag from the compose file, and even check for new tagged versions based on a specific pattern.
Comment on Getting the versions of running services for Argus
frongt@lemmy.zip 4 weeks ago
Is it not exposed as an attribute of the container itself in the docker API?
lucullus@discuss.tchncs.de 3 weeks ago
abies_exarchia@lemmy.dbzer0.com 4 weeks ago
Y’know, this would make a lot of sense. I can try it! It’s puzzling though that argus wouldn’t have this in their documentation though (I’ve looked)