-
Notifications
You must be signed in to change notification settings - Fork 63
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
Image Labels #300
Comments
Currently no. Is the main use case similar to what you show before? Just being able to inspect a specific image and get the labels? You don't, for example, need to query based on these do you? |
@scanon That is correct, we just need to inspect a specific image and get the labels. We don't need to query based on them. |
I think this could be added without too much trouble. I'm going to turn this into a feature request. |
@scanon Any updates on when this might be implemented? |
Let me see if I could do a quick version. |
Hi there,
I was wondering if shifter images store labels from their corresponding docker images, and if there is a way to look the labels up? For docker and singularity, we are storing important metadata about the images in the labels, and we'd like to do the same with shifter if possible.
For instance, take this Dockerfile (from psavery/test:latest):
We can inspect the labels with docker like so:
Or similarly in singularity, if the labels are defined in the
.def
file:If labels are not available in shifter, could they be added?
The text was updated successfully, but these errors were encountered: