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 6d8d0fc commit 26c1d1aCopy full SHA for 26c1d1a
integration-tests/src/test/resources/setupenv.sh
@@ -87,8 +87,9 @@ function pull_tag_images {
87
echo "secret $IMAGE_PULL_SECRET_WEBLOGIC was not created successfully"
88
exit 1
89
fi
90
- # docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
91
- # docker pull $IMAGE_NAME_WEBLOGIC:$IMAGE_TAG_WEBLOGIC
+ # below docker pull is needed to get wlthint3client.jar from image to put in the classpath
+ docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
92
+ docker pull $IMAGE_NAME_WEBLOGIC:$IMAGE_TAG_WEBLOGIC
93
94
set -x
95
echo "Pull and tag the images we need"
0 commit comments