- Oracle SOA Suite on Kubernetes
- Appendix
- Quick Start Deployment On-Premise
- Get Scripts and Images
Get Scripts and Images
- Set up the source code repository to deploy Oracle SOA Suite domains
- Create a working directory to set up the source code:
mkdir $HOME/soa_14.1.2 cd $HOME/soa_14.1.2
- Download the WebLogic Kubernetes Operator source code and Oracle SOA
Suite Kubernetes deployment scripts from the SOA repository. Required
artifacts are available at OracleSOASuite/kubernetes.
git clone https://github.com/oracle/fmw-kubernetes.git export WORKDIR=$HOME/soa_14.1.2/fmw-kubernetes/OracleSOASuite/kubernetes
- Create a working directory to set up the source code:
- Get required Docker images and add them to your local registry
- Pull the WebLogic Kubernetes Operator image:
podman pull ghcr.io/oracle/weblogic-kubernetes-operator:4.2.9
- Obtain the Oracle Database image and Oracle SOA Suite Docker image from
the Oracle Container Registry:
https://container-registry.oracle.com/
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 SSO credentials, you can create an Oracle Account using: https://profile.oracle.com/myprofile/account/create-account.jspx.
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.
To obtain the image, log in to the Oracle Container Registry:
podman login container-registry.oracle.com
Find and then pull the Oracle Database image for 19.3.0.0:
podman pull container-registry.oracle.com/database/enterprise:19.3.0.0
Find and then pull the prebuilt Oracle SOA Suite image 14.1.2.0.0 install image:
podman pull container-registry.oracle.com/middleware/soasuite:14.1.2.0-<17 or 21>-<ol8 or ol9>-<tag>
Note:
This image is only the base GA product and does not contain any additional Oracle SOA Suite product patches.
- Pull the WebLogic Kubernetes Operator image: