Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow filtering images by reference #2266

Closed
psafont opened this issue Feb 5, 2019 · 2 comments · Fixed by #2430
Closed

Allow filtering images by reference #2266

psafont opened this issue Feb 5, 2019 · 2 comments · Fixed by #2430
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@psafont
Copy link

psafont commented Feb 5, 2019

/kind feature

Description

Docker CLI allows to filter by reference and automatically filters by reference if given an additional parameter:

$ sudo docker images --filter reference='docker.io/*'
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
docker.io/centos    7.4.1708            295a0b2bd8ea        3 months ago        197 MB
$ sudo docker images 'docker.io/*'
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
docker.io/centos    7.4.1708            295a0b2bd8ea        3 months ago        197 MB

Podman currently does not implement this

This can surface if users are using the Docker CLI compatibility shim with scripts (as I was doing).

@openshift-ci-robot openshift-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Feb 5, 2019
@mheon
Copy link
Member

mheon commented Feb 5, 2019

Sure, seems like a worthwhile addition

@rhatdan
Copy link
Member

rhatdan commented Feb 23, 2019

@QiWang19 Can you look into this?

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 24, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Categorizes issue or PR as related to a new feature. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants