Comment on Getting the versions of running services for Argus
lucullus@discuss.tchncs.de 1 week agoYou 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.