Module oci_client::annotations
source · Expand description
OCI Annotation key constants, taken from: https://github.com/opencontainers/image-spec/blob/master/annotations.md#pre-defined-annotation-keys
Constants§
- Contact details of the people or organization responsible for the image (freeform string)
- Digest of the image this image is based on (string)
- 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. - Date and time on which the image was built (string, date-time as defined by RFC 3339)
- Human-readable description of the software packaged in the image (string)
- URL to get documentation on the image (string)
- License(s) under which contained software is distributed as an SPDX License Expression
- Name of the reference for a target (string)
- Source control revision identifier for the packaged software
- URL to get source code for building the image (string)
- Human-readable title of the image (string)
- URL to find more information on the image (string)
- Name of the distributing entity, organization or individual
- Version of the packaged software