ContainerApplicationGenericLabels
ContainerApplicationGenericLabels copied to clipboard
Default Containerized Application Labels used to document the application and/or image
Is it authoritative-source or authoritative-source-url?
I'm thinking what `authoritative-source` label should be for images that are located on Docker Hub at https://github.com/projectatomic/ContainerApplicationGenericLabels/blob/master/vendor/redhat/labels.md. If `authoritative-source` is only meant to be able to reconstruct the `docker pull...
The purpose of the `TEST` label is for the image authors to be able to specify a self-contained check to figure out whether the image can run correctly on the...
What about having a label for syscall (system call) tables. Imagine that I want to verify that the user space packaged up in the container image can run on a...
When I open [this document](https://github.com/projectatomic/ContainerApplicationGenericLabels/blob/master/vendor/redhat/labels.md) I am confused with what labels will Red Hat images have. There are two sets, `Naming and versioning related` and `Other labels`: some of the...
Per vendor/redhat/names.md we accept '--' in the build image name. This causes a failure in docker v1.8+. ``` $ rpm -q docker docker-1.8.1-3.git32b8b25.fc22.x86_64 $ cat /etc/redhat-release Fedora release 22 (Twenty...
What is the reason to have the `name` label if it matches with the image name? Both OS and Kubernetes have `display-name` label which provides more information in human-readable form...
Hi, I'd like to have a way of describing that an image is not a docker image, but e.g. rkt. My use case is [1], where I want to be...
I would like to propose a `Build` label that contains a hint how to build the docker image. This label will carry some free text. Example: ``` # Dockerfile LABEL...