Skip to content

Support searching tags in a repository on the command line #17238

@tmds

Description

@tmds

Such a command should search the registry for image tags. The command should allow to filter the tags using wildcards.
e.g.

docker search-tags debian:8*
# would list: debian:8.2 and debian:8, indicate they are the same image and list aliases (jessie, latest)
docker search-tags debian
# would list all tags of debian

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/enhancementEnhancements are not bugs or new features but can improve usability or performance.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions