OCI
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.
PUT
Response
200
application/json
OK
The response is of type object
.
Previous
Delete TagDelete a OCITag
An OCIRepository can publish zero or more <em>OCITags</em>. OCITags are names that
point to a unique OCIArtifact digest.
An OCITag's ID is comprised of the OCIRepository ID followed by a <b>:</b> and the
Tag name.
Examples of OCITag identifiers:
* <b>docker.io/istio/pilot:1.3.0</b>: The <b>1.3.0</b> tag on the <b>docker.io/istio/pilot</b>
OCIRepository.
* <b>public.ecr.aws/bottlerocket/bottlerocket-operator:0.1</b>: The <b>0.1</b> tag on the
<b>public.ecr.aws/bottlerocket/bottlerocket-operator</b> OCIRepository.
Next