List all tags for a Docker image on a remote registry.
Go to file
2023-11-29 23:52:41 +08:00
src fix: filter tags from registry 2023-11-13 22:54:25 +08:00
.gitignore Initial commit 2023-11-10 20:52:22 +08:00
Cargo.lock deps: update dependencies 2023-11-13 14:00:36 +08:00
Cargo.toml chore: optimise release size 2023-11-29 23:52:41 +08:00
LICENSE Initial commit 2023-11-10 20:52:22 +08:00
README.md fix: command error 2023-11-13 23:00:35 +08:00

docker-tags

List all tags for a Docker image on a remote registry.

Usage

Build and install binaries into /${CARGO_HOME}/bin by default.

cargo install --path . --locked

Cargo install ignores Cargo.lock by default. Use --locked to match cargo build --release would build.

Change the location by --root option.

cargo install --path . --locked --root /usr/local