In the Dockerfile I can define one or more labels for an image. And with docker inspect I can filter images on label. All great. But I would like to do more with labels. In the Docker registry I would like to be able to search on label. And would like get the label via the manifest file somehow (or another way), without the need to pull the image first. How can this be done?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Retrieve image labels from manifest | 2 | 6886 | November 12, 2019 | |
| Read out label of remote/local image with python | 2 | 1086 | August 27, 2022 | |
| Docker Search Official images | 0 | 782 | April 1, 2017 | |
| How can I get the manifest of an image hosted on DockerHub? | 0 | 803 | July 23, 2019 | |
| Image Search Docker Private Registry 2 | 1 | 4733 | January 11, 2016 |