[GH-ISSUE #6] show images labels in detailed view #5

Open
opened 2026-02-27 07:15:09 +03:00 by kerem · 2 comments
Owner

Originally created by @protheusfr on GitHub (May 14, 2019).
Original GitHub issue: https://github.com/jc21/docker-registry-ui/issues/6

Because more and more docker images are built from CI/CD tools, it could be really useful to view image labels in images tab.
The labels can provide critical data like source git hash, build date, etc... , ex :

            "Labels": {
                "org.label-schema.build-date": "2019-05-09T16:39:25Z",
                "org.label-schema.schema-version": "1.0",
                "org.label-schema.vcs-ref": "2103d7b6fac15ccf6df7ef9cd3661aa89ec94a0f",
                "org.label-schema.vcs-url": "https://git.xxx.fr/XXXXX/xxxxxx.git"
            }
Originally created by @protheusfr on GitHub (May 14, 2019). Original GitHub issue: https://github.com/jc21/docker-registry-ui/issues/6 Because more and more docker images are built from CI/CD tools, it could be really useful to view image labels in images tab. The labels can provide critical data like source git hash, build date, etc... , ex : ``` "Labels": { "org.label-schema.build-date": "2019-05-09T16:39:25Z", "org.label-schema.schema-version": "1.0", "org.label-schema.vcs-ref": "2103d7b6fac15ccf6df7ef9cd3661aa89ec94a0f", "org.label-schema.vcs-url": "https://git.xxx.fr/XXXXX/xxxxxx.git" } ```
Author
Owner

@jc21 commented on GitHub (May 15, 2019):

Cool idea, but I'm not actively working on this project anymore. I use Portus for my own registry UI now. It doesn't have tag support either though.

<!-- gh-comment-id:492512641 --> @jc21 commented on GitHub (May 15, 2019): Cool idea, but I'm not actively working on this project anymore. I use Portus for my own registry UI now. It doesn't have tag support either though.
Author
Owner

@protheusfr commented on GitHub (May 15, 2019):

Hmmm I've quickly checked docker http API documentation, it seems there is no available call to get labels.... then this would be tricky.

<!-- gh-comment-id:492533288 --> @protheusfr commented on GitHub (May 15, 2019): Hmmm I've quickly checked docker http API documentation, it seems there is no available call to get labels.... then this would be tricky.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-registry-ui-jc21#5
No description provided.