diff --git a/tools/all/Dockerfile b/tools/all/Dockerfile index 0c8c47956e..98bab42f2a 100644 --- a/tools/all/Dockerfile +++ b/tools/all/Dockerfile @@ -8,7 +8,7 @@ RUN apk update && \ FROM gcr.io/istio-testing/protolock:2018-10-23 as protolock -FROM gcr.io/istio-testing/protoc:2018-06-12 +FROM gcr.io/istio-testing/protoc:2019-02-25 COPY --from=protolock \ /usr/bin/protolock \ diff --git a/tools/all/build-and-push.sh b/tools/all/build-and-push.sh index 4f4a2d5eb3..0f7e06308e 100755 --- a/tools/all/build-and-push.sh +++ b/tools/all/build-and-push.sh @@ -8,5 +8,4 @@ HUB=gcr.io/istio-testing VERSION=$(date +%Y-%m-%d) docker build --no-cache -t $HUB/api-build-tools:$VERSION . - -gcloud docker -- push $HUB/api-build-tools:$VERSION +docker push $HUB/api-build-tools:$VERSION diff --git a/tools/protoc/build-and-push.sh b/tools/protoc/build-and-push.sh index ab6ad5fbce..deac746d9c 100755 --- a/tools/protoc/build-and-push.sh +++ b/tools/protoc/build-and-push.sh @@ -8,5 +8,4 @@ HUB=gcr.io/istio-testing VERSION=$(date +%Y-%m-%d) docker build --no-cache -t $HUB/protoc:$VERSION . - -gcloud docker -- push $HUB/protoc:$VERSION +docker push $HUB/protoc:$VERSION