Skip to content

Commit f64edae

Browse files
committed
Merge branch 'develop' of https://github.com/oracle/weblogic-kubernetes-operator into OWLS-75483
2 parents 03f8b78 + aa71fd8 commit f64edae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs-source/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Oracle WebLogic Server Kubernetes Operator
22

3-
Oracle is finding ways for organizations using WebLogic Server to run important workloads, to move those workloads into the cloud. By certifying on industry standards, such as Docker and Kubernetes, WebLogic now runs in a cloud neutral infrastructure. In addition, we've provided an open-source Oracle WebLogic Server Kubernetes Operator (the “operator”) which has several key features to assist you with deploying and managing WebLogic domains in a Kubernetes environment. You can:
3+
Oracle is finding ways for organizations using WebLogic Server to run important workloads, to move those workloads into the cloud. By certifying on industry standards, such as Docker and Kubernetes, WebLogic now runs in a cloud neutral infrastructure. In addition, we've provided an open source Oracle WebLogic Server Kubernetes Operator (the “operator”) which has several key features to assist you with deploying and managing WebLogic domains in a Kubernetes environment. You can:
44

55
* Create WebLogic domains in a Kubernetes persistent volume. This persistent volume can reside in an NFS file system or other Kubernetes volume types.
66
* Create a WebLogic domain in a Docker image.

integration-tests/src/test/resources/setupenv.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ function create_image_pull_secret_wl {
5454
echo "secret $IMAGE_PULL_SECRET_WEBLOGIC was not created successfully"
5555
exit 1
5656
fi
57+
58+
# below docker pull is needed to for domain home in image tests the base image should be in local repo
59+
docker login -u $OCR_USERNAME -p $OCR_PASSWORD ${OCR_SERVER}
60+
docker pull $IMAGE_NAME_WEBLOGIC:$IMAGE_TAG_WEBLOGIC
5761
fi
5862
set -x
5963
}

0 commit comments

Comments
 (0)