Getting a Repository's Details
Find out how to get details of a specific repository in Container Registry.
You can get detailed information about the repositories in Container Registry.
Your permissions control which repositories you can get information about (see Policies to Control Repository Access). You can get information about repositories that you've created, and repositories that the groups to which you belong have been granted access by IAM policies. If you belong to the Administrators group, you can get information about any repository in the tenancy.
- On the Container Registry list page, select the repository that you want to work with from the Repositories and images list. If you need help finding the list page or the repository, see Listing Repositories.
The repository's details section opens. It contains information about the repository, both general information and commands to run other tasks.
Use the oci artifacts container repository get command and required parameters to get details of a repository:
oci artifacts container repository get --repository-id <repository-ocid> [OPTIONS]
For example:
oci artifacts container repository get --repository-id ocid1.containerrepo.oc1.us-phoenix-1.0.ansh81vru1zp.aaaaaaaaswec83o...
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the GetContainerRepository operation to get details of a repository.