Checks current running containers for newer tags according to semver
Ian Fijolek
ee3bc789ea
All checks were successful
continuous-integration/drone/push Build is passing
|
||
---|---|---|
.dockerignore | ||
.drone.yml | ||
.gitignore | ||
.pre-commit-config.yaml | ||
docker-compose.yml | ||
Dockerfile | ||
Dockerfile.multi-stage | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main_test.go | ||
main.go | ||
Makefile | ||
manifest.tmpl | ||
README.md |
tag-checker
Checks current running containers for newer tags according to semver
Usage:
tag-checker -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
Installation
You can either install the binary from the Releases tab or use the image hosted on Docker Hub at iamthefij/tag-checker
.