Skip to content

Retrieve available Docker image tag list from image repository

License

Notifications You must be signed in to change notification settings

wantedly/dockertags

Repository files navigation

dockertags

Docker Image

dockertags retrieves and print available Docker image tag list from image repository.

How to build and install

$ go get -d github.com/wantedly/dockertags
$ cd $GOPATH/src/github.com/wantedly/dockertags
$ make
$ make install

Usage

$ dockertags
Usage:
  dockertags IMAGENAME

Provide Docker image name, then available tags of given image will be shown.

$ dockertags quay.io/wantedly/dockertags
latest
master

$ dockertags mysql/mysql-server
latest
8.0
8.0.0
5.7
5.7.9
...
5.5.42

Supported image registry

License

MIT License