You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List all tags that have the digest ex: sha256:*****
Solves Problem
Make it possible to easily read and compare current "latest" images with the currently deployed image by their tagged version number (or however the developers label their releases)
Example
I'd like to get all tags that equal the "latest" tag's digest id
hub-tool tag ls library/wordpress
This command returns +4000 lines. If there is documentation on how to filter these I could not find or understand it via the --help
Here is an idea of how'd I think the syntax would be for filtering
Description
Feature Request
List all tags that have the digest ex:
sha256:*****
Solves Problem
Make it possible to easily read and compare current "latest" images with the currently deployed image by their tagged version number (or however the developers label their releases)
Example
I'd like to get all tags that equal the "latest" tag's digest id
This command returns +4000 lines. If there is documentation on how to filter these I could not find or understand it via the
--help
Here is an idea of how'd I think the syntax would be for filtering
hub-tool tag ls library/wordpress sha256:*****
Machine Software
Output of
hub-tool --version
:Output of
docker version
:Output of
docker info
:The text was updated successfully, but these errors were encountered: