OciTag
A human-readable reference name that points to a specific OCI manifest
type OciTag {
mediaType: String!
createdAt: DateTime!
tag: String!
releaseNotes: String
digest: String!
}
Fields
OciTag.mediaType ● String! non-null scalar
The media type of the referenced manifest (e.g., application/vnd.oci.image.manifest.v1+json)
OciTag.createdAt ● DateTime! non-null scalar
Timestamp when this tag was created or last updated
OciTag.tag ● String! non-null scalar
The tag name/label (e.g., 'latest', 'v1.0.0')
OciTag.releaseNotes ● String scalar
Release notes for this tagged version
OciTag.digest ● String! non-null scalar
Content-addressable identifier of the manifest (e.g., sha256:abcd...)
Member Of
OciRepo object