OCI
List Tags
List multiple OCITags
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.
GET
List Tags
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.
Query Parameters
Continuation token value (used when retrieving the next page of results).
Number of records to show per page of results.
Required range:
0 <= x <= 100Record filter.
Previous
Create TagCreate a new 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
List Tags