Update Tag
Update an existing OCITag
An OCIRepository can publish zero or more OCITags. OCITags are names that point to a unique OCIArtifact digest.
An OCITag’s ID is comprised of the OCIRepository ID followed by a : and the Tag name.
Examples of OCITag identifiers:
- docker.io/istio/pilot:1.3.0: The 1.3.0 tag on the docker.io/istio/pilot OCIRepository.
- public.ecr.aws/bottlerocket/bottlerocket-operator:0.1: The 0.1 tag on the public.ecr.aws/bottlerocket/bottlerocket-operator OCIRepository.
Documentation Index
Fetch the complete documentation index at: https://docs.chkk.io/llms.txt
Use this file to discover all available pages before exploring further.
Response
OK
Artifact is the ID (the digest) of the OCIArtifact this OCITag currently points to.
"ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad"
user who created the record.
timestamp of when the record was created.
user who last modified the record.
timestamp of when the record was last modified.
URL-like ID of the OCIRepository this OCITag is published under.
Tag is the tag portion of the OCITag.
"1.0.2"
A URL to the JSON Schema for this object.
"https://example.com/schemas/OCITag.json"