mirror of
https://github.com/jc21/docker-registry-ui.git
synced 2026-04-25 09:15:54 +03:00
[GH-ISSUE #6] show images labels in detailed view #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-registry-ui-jc21#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 :
@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.
@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.