OCI
List Repositories
List multiple OCIRepositories
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.
GET
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 <= 100
Record filter.
Response
200
application/json
OK
The response is of type object
.
Previous
Create RepositoryCreate 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.
Next