Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

show images labels in detailed view #6

Open
protheusfr opened this issue May 14, 2019 · 2 comments
Open

show images labels in detailed view #6

protheusfr opened this issue May 14, 2019 · 2 comments

Comments

@protheusfr
Copy link

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"
            }
@jc21
Copy link
Owner

jc21 commented 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
Copy link
Author

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 up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants