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. If you need help finding the list page or the repository, see Listing Repositories.

    The details page opens and displays information about the repository. Access the various resources associated with the repository by selecting their tabs.

  • 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.