| Crates.io | dockertags |
| lib.rs | dockertags |
| version | 0.2.4 |
| created_at | 2024-01-19 11:50:36.207155+00 |
| updated_at | 2025-12-21 16:26:47.36599+00 |
| description | List all tags for a Docker image on a remote registry |
| homepage | |
| repository | https://code.simaek.com/xueye/docker-tags |
| max_upload_size | |
| id | 1105218 |
| size | 84,525 |
List all tags for a Docker image on a remote registry. Fast. Minimal. Async.
cargo install dockertags
dockertags list <REPOSITORY> [--arch <ARCH>] [--filter <TAG>]
dockertags registry --set-url <URL>
# List all tags for nginx
$ dockertags list nginx
# List tags for a custom registry
$ dockertags list my.registry.io/nginx
# Filter tags by architecture and name
$ dockertags list nginx --arch amd64 --filter alpine
# Custom default registry
$ dockertags registry --set-url my.registry.io
$HOME/.config/dockertags$HOME/.docker/config.jsongit clone https://github.com/yourusername/dockertags.git
cd dockertags
cargo build --release
Pull requests, issues, and suggestions are welcome! Please follow Rust API Guidelines and standard GitHub etiquette.
MIT © Chris Hsueh