docker-tags

command module
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2023 License: MIT Imports: 1 Imported by: 0

README

docker-tags

GitHub release (latest by date) GitHub GitHub Workflow Status

Command line tool to get a list of tags for docker images. It can also be used as a docker cli plugin.

Supported Registry

Installation

Homebrew

$ brew install koki-develop/tap/docker-tags

go install

$ go install github.com/koki-develop/docker-tags@latest

docker cli plugin

$ git clone https://github.com/koki-develop/docker-tags.git
$ cd docker-tags
$ make
$ mkdir -p $HOME/.docker/cli-plugins/
$ mv ./dist/docker-tags $HOME/.docker/cli-plugins/

Usage

Command line tool to get a list of tags for docker images.

Usage:
  docker-tags [IMAGE] [flags]

Flags:
      --aws-profile string   aws profile
  -h, --help                 help for docker-tags
  -o, --output string        output format (text|json) (default "text")
  -v, --version              version for docker-tags
  -n, --with-name            print with image name
$ docker-tags alpine
latest
edge
3.9.6
3.9.5
...

# as a docker cli plugin
$ docker tags alpine
latest
edge
3.9.6
3.9.5
...

LICENSE

LICENSE

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL