If you don’t already have one, obtain a Docker store account, log in to the Docker store, and accept the license agreement for the WebLogic Server image.
Log in to the Docker store from your Docker client:
$ docker login
Pull the operator image:
$ docker pull oracle/weblogic-kubernetes-operator:2.6.0
If you are here because you are following the Model In Image sample,
change the image to oracle/weblogic-kubernetes-operator:3.0.0-rc1
in the previous command.
Pull the Traefik load balancer image:
$ docker pull traefik:1.7.12
Obtain the WebLogic 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 Docker image, weblogic:12.2.1.3
, has all the necessary patches applied. The WebLogic Docker 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 Docker registry that your cluster can access.