Searching for Artifacts in Artifact Registry

Search for artifacts in Artifact Registry by entering the first few characters of the artifact name or version in the search field.

To organize related artifacts in a repository, you can name them with paths or versions that start with the same characters. Then, you can narrow down the list of a repository's artifacts by using a prefix search for either the path or the version.

Using the Console

  1. Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Artifact Registry.
  2. Under List scope, choose the compartment that contains Artifact Registry repositories.
  3. Click the name of the repository that contains artifacts.
  4. Under Artifacts, search for artifacts using path prefix or version prefix.

    To search for the artifacts that start with the same path, enter the first few characters of the artifact path in the search field. Press Enter or return on your keyboard, and sort the displayed artifacts by name or artifact path. For example, you can search for the project01 prefix and get the following results:

    • project01/my-test-app/test-artifact
    • project01/my-web-app/artifact-abc

    To search for artifacts with versions that start with the same characters, enter the first few characters of that version in the search field. Press Enter or return on your keyboard, and sort the displayed artifacts by version. For example, you can search for the 1.0 prefix and get the following results:

    • 1.0.0.1
    • 1.0.2