Pull OCI Artifacts with ORAS

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

To pull an OCI artifact from Artifactory with ORAS:

Run the following command:

oras pull [JFrogPlatformURL]/<REPO_NAME>/<IMAGE>:<TAG>

Where:

  • [JFrogPlatformURL]: The URL of your JPD, without the protocol schema

  • <REPO_NAME>: The name of the target repository

  • <IMAGE>: The image name in Artifactory

  • <TAG>: The tags you want to apply to the image

For example:

oras pull company.jfrog.io/oci-virtual/froggy-app:v1.0.0

Note

You can also use JFrog Set me up to copy the snippet populated with your token and environment. For more information, see Use Artifactory Set Me Up for Configuring Package Manager Clients.