Skip to content

Commit 0fceb7d

Browse files
authored
Merge pull request #1735 from akshayhavile/release-1.13.2-jenkins-fix
Update ako-operator dockerfile
2 parents 17a2518 + 4ca919c commit 0fceb7d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile.ako-operator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV BUILD_PATH="github.com/vmware/load-balancer-and-ingress-services-for-kuberne
88
RUN mkdir -p $GOPATH/src/$BUILD_PATH
99

1010
COPY . $GOPATH/src/$BUILD_PATH
11-
WORKDIR $GOPATH/src/$BUILD_PATH
11+
WORKDIR $GOPATH/src/$BUILD_PATH/ako-operator
1212

1313
# Build
1414
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -buildvcs=false -o $GOPATH/bin/ako-operator -mod=vendor $BUILD_PATH/ako-operator/

ako_cicd/jenkins/ci-build/ci-build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ minor_version=${version_numbers[1]}
1111

1212
make build
1313
make BUILD_TAG=$version_tag docker
14-
# Commenting as we do not require to create operator docker image.
15-
# make BUILD_TAG=$version_tag ako-operator-docker
14+
make BUILD_TAG=$version_tag ako-operator-docker
1615

1716
if [ "$minor_version" -ge "11" ]; then
1817
make BUILD_TAG=$version_tag build-gateway-api

0 commit comments

Comments
 (0)