Pull the operator image:
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.5
Pull the Traefik ingress controller image:
$ docker pull traefik:2.2.1
Obtain the WebLogic Server image from the Oracle Container Registry.
a. First time users, follow these directions.
b. Find and then pull the WebLogic 12.2.1.4 install image:
$ docker pull container-registry.oracle.com/middleware/weblogic:12.2.1.4
The WebLogic Server image, weblogic:12.2.1.3
, has all the necessary patches applied. The WebLogic Server image, weblogic:12.2.1.4
, does not require any additional patches.
Copy the image to all the nodes in your cluster, or put it in a container registry that your cluster can access.