ContainerApplicationGenericLabels
ContainerApplicationGenericLabels copied to clipboard
Default Containerized Application Labels used to document the application and/or image
Many products we want to put into images - as well as images as an entity themselves usually go through a pre-production lifecycle from experimental over beta, tech-preview, to production...
In practice there are different kinds of container images: - Basic bootstrap such as a base image and runtimes such JBoss EAP, Python, etc. These images are meant for building...
Docker images have a "maintainer" field, and this spec introduces a "Vendor" label. What's the difference? Is one an individual while one is an organization? Should it be an email...
May want to denote LABEL semantics on layered images. e.g. - latest label overrides..? etc.
I am rather concerned about the current format of the install/uninstall commands as described in the [atomic command](http://developerblog.redhat.com/2015/04/21/introducing-the-atomic-command/). As implemented currently it relies on the host OS having a particular...
Having a set of labels be available to support intents as described in https://github.com/docker/docker/issues/11187. Do we have to worry about datatypes for labels? - string vs json blob?