You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Docker 18.03.1.ce (check with `docker version`).
100
100
* Helm 2.8.2+ (check with `helm version`).
101
-
* Oracle WebLogic Server 12.2.1.3.0 with patch 29135930 (check with `docker run store/oracle/weblogic:12.2.1.3 /u01/oracle/OPatch/opatch lsinventory`).
101
+
* Oracle WebLogic Server 12.2.1.3.0 with patch 29135930.
102
+
* Check WLS version with `docker run store/oracle/weblogic:12.2.1.3 sh -c``'source $ORACLE_HOME/wlserver/server/bin/setWLSEnv.sh > /dev/null 2>&1 && java weblogic.version'`.
103
+
* Check WLS patches with `docker run store/oracle/weblogic:12.2.1.3 sh -c``'$ORACLE_HOME/OPatch/opatch lspatches'`.
102
104
* The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`,
103
105
was updated on January 17, 2019, and has all the necessary patches applied.
104
106
* A `docker pull` is required if you pulled the image prior to that date.
0 commit comments