We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d69bb commit 0632da8Copy full SHA for 0632da8
integration-tests/src/test/resources/setupenv.sh
@@ -54,6 +54,10 @@ function create_image_pull_secret_wl {
54
echo "secret $IMAGE_PULL_SECRET_WEBLOGIC was not created successfully"
55
exit 1
56
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
61
62
set -x
63
}
0 commit comments