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

Add support for listing container image labels #53

Closed
exdx opened this issue Sep 1, 2022 · 2 comments · Fixed by #58
Closed

Add support for listing container image labels #53

exdx opened this issue Sep 1, 2022 · 2 comments · Fixed by #58
Labels
enhancement New feature or request

Comments

@exdx
Copy link
Owner

exdx commented Sep 1, 2022

Use-case:
I want to be able to see the labels on the particular container image I am interested in, to inform what I would like to copy.

A/C:
Provide a dcp describe command that can show the labels associated with a particular image.

@exdx exdx added the enhancement New feature or request label Sep 1, 2022
@exdx
Copy link
Owner Author

exdx commented Sep 4, 2022

docker does have a docker image inspect subcommand that provides all metadata around the image, including the labels -- this command could leverage that to simply call that command, return the output, and exit

@exdx
Copy link
Owner Author

exdx commented Sep 4, 2022

Or we can simply suggest to actually use docker image inspect on the image first, and not put this functionality into dcp, similar to #52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant