File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ function setup_jenkins {
23
23
export JAR_VERSION=" ` grep -m1 " <version>" pom.xml | cut -f2 -d" >" | cut -f1 -d " <" ` "
24
24
# create a docker image for the operator code being tested
25
25
docker build --build-arg http_proxy=$http_proxy --build-arg https_proxy=$https_proxy --build-arg no_proxy=$no_proxy -t " ${IMAGE_NAME_OPERATOR} :${IMAGE_TAG_OPERATOR} " --build-arg VERSION=$JAR_VERSION --no-cache=true .
26
- docker tag " ${IMAGE_NAME_OPERATOR} :${IMAGE_TAG_OPERATOR} " wlsldi-v2.docker.oraclecorp.com/ weblogic-operator:latest
26
+ docker tag " ${IMAGE_NAME_OPERATOR} :${IMAGE_TAG_OPERATOR} " weblogic-kubernetes -operator:latest
27
27
28
28
docker images
29
29
@@ -118,7 +118,7 @@ if [ -z "$BRANCH_NAME" ]; then
118
118
fi
119
119
fi
120
120
export IMAGE_TAG_OPERATOR=${IMAGE_TAG_OPERATOR:- `echo " test_${BRANCH_NAME} " | sed " s#/#_#g" `}
121
- export IMAGE_NAME_OPERATOR=${IMAGE_NAME_OPERATOR:- wlsldi-v2.docker.oraclecorp.com / weblogic-operator}
121
+ export IMAGE_NAME_OPERATOR=${IMAGE_NAME_OPERATOR:- weblogic-kubernetes -operator}
122
122
123
123
cd $PROJECT_ROOT
124
124
if [ $? -ne 0 ]; then
You can’t perform that action at this time.
0 commit comments