You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
.dockerignore | 2 years ago | |
.drone.yml | 11 months ago | |
.gitignore | 2 years ago | |
.pre-commit-config.yaml | 4 months ago | |
Dockerfile | 2 years ago | |
Dockerfile.multi-stage | 4 months ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 4 months ago | |
docker-compose.yml | 2 years ago | |
go.mod | 11 months ago | |
go.sum | 11 months ago | |
main.go | 11 months ago | |
main_test.go | 11 months ago | |
manifest.tmpl | 2 years ago |
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
.