docker-registry-ui
docker-registry-ui copied to clipboard
show images labels in detailed view
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"
}
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.
Hmmm I've quickly checked docker http API documentation, it seems there is no available call to get labels.... then this would be tricky.