Expand description
OCI Annotation key constants, taken from: https://github.com/opencontainers/image-spec/blob/master/annotations.md#pre-defined-annotation-keys
Constantsยง
- ORG_
OPENCONTAINERS_ IMAGE_ AUTHORS - Contact details of the people or organization responsible for the image (freeform string)
- ORG_
OPENCONTAINERS_ IMAGE_ BASE_ DIGEST - Digest of the image this image is based on (string)
- ORG_
OPENCONTAINERS_ IMAGE_ BASE_ NAME - If the
image.base.name
annotation is specified, theimage.base.digest
annotation SHOULD be the digest of the manifest referenced by theimage.ref.name
annotation. - ORG_
OPENCONTAINERS_ IMAGE_ CREATED - Date and time on which the image was built (string, date-time as defined by RFC 3339)
- ORG_
OPENCONTAINERS_ IMAGE_ DESCRIPTION - Human-readable description of the software packaged in the image (string)
- ORG_
OPENCONTAINERS_ IMAGE_ DOCUMENTATION - URL to get documentation on the image (string)
- ORG_
OPENCONTAINERS_ IMAGE_ LICENSES - License(s) under which contained software is distributed as an SPDX License Expression
- ORG_
OPENCONTAINERS_ IMAGE_ REF_ NAME - Name of the reference for a target (string)
- ORG_
OPENCONTAINERS_ IMAGE_ REVISION - Source control revision identifier for the packaged software
- ORG_
OPENCONTAINERS_ IMAGE_ SOURCE - URL to get source code for building the image (string)
- ORG_
OPENCONTAINERS_ IMAGE_ TITLE - Human-readable title of the image (string)
- ORG_
OPENCONTAINERS_ IMAGE_ URL - URL to find more information on the image (string)
- ORG_
OPENCONTAINERS_ IMAGE_ VENDOR - Name of the distributing entity, organization or individual
- ORG_
OPENCONTAINERS_ IMAGE_ VERSION - Version of the packaged software