-
dockcheck-Web is a spinoff project by u/Palleri and is a great and simple way to just add a monitoring frontend to this script. Currently I don't think there's a way to update from the web, as I think that'd require you to mount your whole docker-root directory for paths.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
dockcheck
CLI tool to automate docker image updates. Selective, notifications, autoprune, no pre-pulling.
You could probably edit, or use the more slim dupc_function as inspiration, and write a new script to do just what you need it for.
-
But I'd suggest looking into if it's solved by other tools already, like regclient/regclient and their regsync features or something like containers/skopeo.
-
But I'd suggest looking into if it's solved by other tools already, like regclient/regclient and their regsync features or something like containers/skopeo.
Related posts
-
A gopher’s journey to the center of container images
-
Made a script to check for image updates without pulling, then giving the option to update all (compose-)containers with newer images.
-
if ( ( docker-compose pull ) == imageUpdated ) then...
-
AWS releases Finch: An open source client for container development
-
Is there any way to disable versioning in docker registry?