@@ -232,13 +232,13 @@ The below env variables are required for SHARED_CLUSTER=true:
232
232
233
233
| Variable | Description |
234
234
| --- | --- |
235
- | REPO_REGISTRY | OCIR Server to push/pull the Operator image |
236
- | REPO_USERNAME | OCIR Username |
237
- | REPO_PASSWORD | OCIR token |
238
- | REPO_EMAIL | OCIR email |
235
+ | REPO_REGISTRY | OCR Server to push/pull the Operator image |
236
+ | REPO_USERNAME | OCR username |
237
+ | REPO_PASSWORD | OCR password |
238
+ | REPO_EMAIL | OCR e-mail |
239
239
| DOCKER_USERNAME | Docker username to pull the Weblogic image |
240
240
| DOCKER_PASSWORD | Docker password |
241
- | DOCKER_EMAIL | Docker email |
241
+ | DOCKER_EMAIL | Docker e-mail |
242
242
| K8S_NODEPORT_HOST | DNS name of a Kubernetes worker node. |
243
243
244
244
Successful run will have the output like below:
@@ -303,9 +303,9 @@ JUnit test results can be seen at "integration-tests/target/failsafe-reports/TES
303
303
- And get access to FMW Infrastructure 12c Image: ** _ container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3_ **
304
304
- export the following before running the tests:
305
305
```
306
- export REPO_USERNAME=<ocir_username >
307
- export REPO_PASSWORD=<ocir_password >
308
- export REPO_EMAIL=<ocir_email >
306
+ export REPO_USERNAME=<ocr_username >
307
+ export REPO_PASSWORD=<ocr_password >
308
+ export REPO_EMAIL=<ocr_email >
309
309
```
310
310
311
311
Method 2
0 commit comments