File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -204,11 +204,12 @@ Method 1 <br>
204
204
* Setup a personal account on hub.docker.com
205
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
206
* Then export the following before running the tests:
207
- ```
208
- export DOCKER_USERNAME=<docker_username>
209
- export DOCKER_PASSWORD=<docker_password>
210
- export DOCKER_EMAIL=<docker_email>
211
- ```
207
+ ```
208
+ export DOCKER_USERNAME=<docker_username>
209
+ export DOCKER_PASSWORD=<docker_password>
210
+ export DOCKER_EMAIL=<docker_email>
211
+ ```
212
+
212
213
Method 2 <br >
213
214
* Make sure the weblogic image i.e. store/oracle/weblogic:12.2.1.3 already exists locally
214
215
* Make sure the weblogic image has patch p29135930 (required for the WebLogic Kubernetes Operator).
You can’t perform that action at this time.
0 commit comments