Skip to content
/ dvchk Public

Check for newer image versions of your running Docker containers based on Semantic Versioning.

License

Notifications You must be signed in to change notification settings

aklimko/dvchk

Repository files navigation

DVCHK

Build Status Docker Pulls

DVCHK is a tool that checks if there are newer versions of images for your running Docker containers based on SemVer.

Demo

Usage

docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock aklimko/dvchk:0.1.0

Configuration

Command line options take precedence over environment variables.

Option Environment variable Description
-a, --all DVCHK_ALL Print all newer versions
-k, --insecure DVCHK_INSECURE Disable TLS certificates validation
-t, --timeout <seconds> DVCHK_TIMEOUT Set timeout for HTTP requests in seconds
-v, --verbose DVCHK_VERBOSE Include additional logs

About

Check for newer image versions of your running Docker containers based on Semantic Versioning.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published