OCI
Create Repository
Create a new 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.
POST
Response
201
application/json
Created
The response is of type object
.
Previous
Get RepositoryGets a single 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.
Next