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
Copy file name to clipboardExpand all lines: integration-tests/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,17 +184,17 @@ K8sTestUtils - uses k8s java client api, this is used only for delete domain use
184
184
* Setup docker access to WebLogic 12c Images
185
185
186
186
* Method 1
187
-
- Setup a personal account on container-registry.oracle.com
188
-
- Then sign in to container-registry.oracle.com and signup for access to WebLogic 12.2.1.3 images from container-registry.oracle.com/middleware/weblogic:12.2.1.3
189
-
- Then export the following before running the tests:
187
+
- Setup a personal account on container-registry.oracle.com
188
+
- Then sign in to container-registry.oracle.com and signup for access to WebLogic 12.2.1.3 images from container-registry.oracle.com/middleware/weblogic:12.2.1.3
189
+
- Then export the following before running the tests:
190
190
```
191
191
export OCR_USERNAME=<ocr_username>
192
192
export OCR_PASSWORD=<ocr_password>
193
193
```
194
194
195
195
* Method 2
196
-
- Make sure the weblogic image i.e. container-registry.oracle.com/middleware/weblogic:12.2.1.3 already exists locally in a docker repository the k8s cluster can access
197
-
- Make sure the weblogic image has patch p29135930 (required for the WebLogic Kubernetes Operator).
196
+
- Make sure the weblogic image i.e. container-registry.oracle.com/middleware/weblogic:12.2.1.3 already exists locally in a docker repository the k8s cluster can access
197
+
- Make sure the weblogic image has patch p29135930 (required for the WebLogic Kubernetes Operator).
0 commit comments