Checks current running containers for newer tags according to semver
Go to file
IamTheFij 1a89933feb Add Makefile and Dockerfiles for distribution 2020-12-01 18:20:26 -08:00
.dockerignore Add Makefile and Dockerfiles for distribution 2020-12-01 18:20:26 -08:00
.gitignore Add Makefile and Dockerfiles for distribution 2020-12-01 18:20:26 -08:00
.pre-commit-config.yaml Add Makefile and Dockerfiles for distribution 2020-12-01 18:20:26 -08:00
Dockerfile Add Makefile and Dockerfiles for distribution 2020-12-01 18:20:26 -08:00
Dockerfile.multi-stage Add Makefile and Dockerfiles for distribution 2020-12-01 18:20:26 -08:00
LICENSE Initial commit 2020-12-02 00:32:42 +00:00
Makefile Add Makefile and Dockerfiles for distribution 2020-12-01 18:20:26 -08:00
README.md Add Makefile and Dockerfiles for distribution 2020-12-01 18:20:26 -08:00
docker-compose.yml Initial working version 2020-12-01 17:07:06 -08:00
go.mod Initial working version 2020-12-01 17:07:06 -08:00
go.sum Initial working version 2020-12-01 17:07:06 -08:00
main.go Add some command line flags 2020-12-01 17:25:40 -08:00

README.md

docker-check-version-updates

Checks current running containers for newer tags according to semver

Usage:

go run . -h

  -max-pages int
       max number of pages to retrieve from registry (default 10)
  -registry-url string
       base url of the registry you want to check against (default "https://registry.hub.docker.com")
  -version
       display the version of dockron and exit