OCI
Delete Repository
Delete an OCIRepository
An <em>OCIRepository</em> represents a single namespace within an OCI Registry.
OCIRepositories are uniquely identified by a URI-like string where the final
path of the URI represents the OCIRepository Namespace and the part of the URI
before the Namespace is the Registry identifier.
Examples of OCIRepository identifiers:
* <b>docker.io/istio/pilot</b>: The <b>pilot</b> namespace in the <b>docker.io/istio</b>
registry.
* <b>public.ecr.aws/bottlerocket/bottlerocket-operator<//b>: The
<b>bottlerocket-operator<b> namespace in the <b>public.ecr.aws/bottlerocket</b>
registry.
DELETE
Response
204
No Content
Previous
List TagsList multiple OCITags
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