Pull OCI Images with Podman

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

To pull an OCI image with Podman:

Run the following command:

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

Where:

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

  • <REPO_NAME>: The repository where the image is located

  • <IMAGE>: The image name

  • <TAG>: The tags identifying the version of the image you want to pull

For example:

podman pull company.jfrog.io/oci-local/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.