Obtain the Oracle SOA Suite Docker Image

The Oracle SOA Suite image is prebuilt by Oracle for 14.1.2.0.0. The Oracle Container Registry hosts container images based on both Oracle Linux 8 (ol8) and 9 (ol9) for both JDK 17 and JDK 21. These are the only images supported for production deployments.

Note:

The default Oracle SOA Suite image name used for Oracle SOA Suite domains deployment is soasuite:release-version. The image obtained must be tagged accordingly using the podman tag command. If you want to use a different name for the image, make sure to update the new image tag name in the create-domain-inputs.yaml file and also in other instances where the soasuite:release-version image name is used.
Obtain the Oracle SOA Suite images by downloading from the Oracle Container Registry.
  1. Log in to Oracle Container Registry, navigate to Middleware > soasuite for base image or navigate to Middleware > soasuite_cpu for latest cpu patched image, and accept the license agreement if not already done.
  2. Log in to the Oracle Container Registry (container-registry.oracle.com) from your podman:
    $ podman login container-registry.oracle.com
  3. Pull the required image by performing any one of the following:
    1. Pull the required base image. For example:
    podman pull container-registry.oracle.com/middleware/soasuite:14.1.2.0-<jdk17 or jdk21>-<ol8 or
          ol9>-<tag>
    1. Pull the required cpu patched image. For example:
    podman pull container-registry.oracle.com/middleware/soasuite_cpu:14.1.2.0-<jdk17 or jdk21>-<ol8 or
        ol9>-<tag>