@@ -199,21 +199,24 @@ K8sTestUtils - uses k8s java client api, this is used only for delete domain use
199
199
* Maven and latest Git should be in PATH
200
200
* export JAVA_HOME
201
201
* export WEBLOGIC_IMAGE_NAME and WEBLOGIC_IMAGE_TAG if different from store/oracle/weblogic and 12.2.1.3
202
- * Setup docker access to WebLogic 12c Images <br >
203
- Method 1 <br >
204
- * Setup a personal account on hub.docker.com
205
- * Then sign in to hub.docker.com and signup for access to WebLogic 12c Images via https://hub.docker.com/_/oracle-weblogic-server-12c
206
- * Then export the following before running the tests:
202
+ * Setup docker access to WebLogic 12c Images
203
+
204
+ Method 1
205
+ - Setup a personal account on hub.docker.com
206
+ - Then sign in to hub.docker.com and signup for access to WebLogic 12c Images via https://hub.docker.com/_/oracle-weblogic-server-12c
207
+ - Then export the following before running the tests:
207
208
```
208
209
export DOCKER_USERNAME=<docker_username>
209
210
export DOCKER_PASSWORD=<docker_password>
210
211
export DOCKER_EMAIL=<docker_email>
211
212
```
212
-
213
- Method 2 <br >
214
- * Make sure the weblogic image i.e. store/oracle/weblogic:12.2.1.3 already exists locally
215
- * Make sure the weblogic image has patch p29135930 (required for the WebLogic Kubernetes Operator).
216
- * If not, see [ https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-patch-wls-for-k8s ] .
213
+
214
+ Method 2
215
+ - Make sure the weblogic image i.e. store/oracle/weblogic:12.2.1.3 already exists locally
216
+ - Make sure the weblogic image has patch p29135930 (required for the WebLogic Kubernetes Operator).
217
+ - If not, see [ https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-patch-wls-for-k8s ] .
218
+
219
+
217
220
* Command to run the tests:
218
221
```
219
222
mvn clean verify -P java-integration-tests 2>&1 | tee log.txt
0 commit comments