projectatomic / ContainerApplicationGenericLabels

Default Containerized Application Labels used to document the application and/or image
67 stars 29 forks source link

Proposing to add AuthoritativeRegistry and DistributionScope fields. #23

Closed ghost closed 9 years ago

ghost commented 9 years ago
* AuthoritativeRegistry - The authoritative registry for an image.
    - In combination with the NAME label, this tells a user where to go and look for official updates and current versions of the image.
* DistributionScope - The intended scope of distribution for the image.
    - Allows a user to define the intended scope of distribution. This addresses the end-user case of internal builds vs. public content and the use case of a vendor like Red Hat that provides content streams under subscription agreements.
    - In combination with the AuthoritativeRegistry and Name field allows automatic redirect to the authoritative source.
ghost commented 9 years ago

Replaces https://github.com/projectatomic/ContainerApplicationGenericLabels/pull/22