List all tags for a Docker image on a remote registry.
Go to file
2024-01-19 19:08:39 +08:00
src refactor: convert to bin crate 2024-01-19 19:08:39 +08:00
.gitignore Initial commit 2023-11-10 20:52:22 +08:00
Cargo.lock refactor: convert to bin crate 2024-01-19 19:08:39 +08:00
Cargo.toml refactor: convert to bin crate 2024-01-19 19:08:39 +08:00
LICENSE Initial commit 2023-11-10 20:52:22 +08:00
README.md refactor: convert to bin crate 2024-01-19 19:08:39 +08:00

dockertags

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