ArtifactRef#
- class ArtifactRef#
A local-registry image reference and its cached OCI Manifest projection.
- __repr__() str#
- property annotations: dict[str, str]#
Read-only property.
Manifest annotations stored on the Artifact.
- property artifact_type: str#
Read-only property.
OCI Manifest
artifactTypeidentifying the OMMX Artifact kind.
- property config_digest: str#
Read-only property.
Immutable digest of the config blob referenced by the Manifest.
- property image_name: str#
Read-only property.
Local registry image reference.
- property manifest: dict[str, Any]#
Read-only property.
Parsed OCI Manifest represented as a Python dictionary.
- property manifest_digest: str#
Read-only property.
Immutable OCI Manifest digest for the Artifact.
- property updated_at: str#
Read-only property.
RFC 3339 timestamp when this local ref was last updated.