Pull images from Oracle Container Registry

Obtain the required access to pull images from Oracle Container Registry.

  1. For first time users, to pull an image from the Oracle Container Registry, navigate to https://container-registry.oracle.com and log in using the Oracle Single Sign-On (SSO) authentication service. If you do not already have an SSO account, you can create an Oracle Account here. Use the web interface to accept the Oracle Standard Terms and Restrictions for the Oracle software images that you intend to deploy. Your acceptance of these terms are stored in a database that links the software images to your Oracle Single Sign-On login credentials.
  2. To verify the access, log in to the Oracle Container Registry (container-registry.oracle.com) from your Podman or Docker client and pull the image.
    podman login container-registry.oracle.com
    podman pull <container-registry.oracle.com/....>