Checks current running containers for newer tags according to semver
Go to file
IamTheFij ee3bc789ea
continuous-integration/drone/push Build is passing Details
Fix linting
2022-04-07 13:26:31 -07:00
.dockerignore Add Makefile and Dockerfiles for distribution 2020-12-01 18:20:26 -08:00
.drone.yml Update go and Slog versions 2021-09-16 14:19:11 -07:00
.gitignore Move dist files to subdirectory 2020-12-01 19:15:07 -08:00
.pre-commit-config.yaml Fix pre-commit url 2022-04-07 10:15:27 -07:00
Dockerfile Update binary path in dockerfile 2020-12-02 17:29:40 -08:00
Dockerfile.multi-stage Fix linting 2022-04-07 13:26:31 -07:00
LICENSE Initial commit 2020-12-02 00:32:42 +00:00
Makefile Fix version tagging and remove release uploads 2020-12-01 19:41:15 -08:00
README.md Fix linting 2022-04-07 13:26:31 -07:00
docker-compose.yml Initial working version 2020-12-01 17:07:06 -08:00
go.mod Update go and Slog versions 2021-09-16 14:19:11 -07:00
go.sum Update go and Slog versions 2021-09-16 14:19:11 -07:00
main.go Update go and Slog versions 2021-09-16 14:19:11 -07:00
main_test.go Fix sha issue fully 2021-09-16 14:13:45 -07:00
manifest.tmpl Add drone builds 2020-12-01 18:32:35 -08:00

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.