From a67ba0af65970dcde3abe1a176ca7a6c03b20b0a Mon Sep 17 00:00:00 2001 From: Tejal Desai Date: Tue, 19 Oct 2021 01:30:35 -0700 Subject: [PATCH] fix dockefiles for deploy (#1773) --- deploy/Dockerfile | 1 - deploy/Dockerfile_debug | 1 - deploy/Dockerfile_warmer | 1 - 3 files changed, 3 deletions(-) diff --git a/deploy/Dockerfile b/deploy/Dockerfile index 50756e493..ae9981380 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -32,7 +32,6 @@ RUN GOARCH=$(cat /goarch) && CGO_ENABLED=0 && \ cd /go/src/github.com/GoogleCloudPlatform && \ git clone https://github.com/GoogleCloudPlatform/docker-credential-gcr.git && \ cd /go/src/github.com/GoogleCloudPlatform/docker-credential-gcr && \ - # pin to a specific commit git checkout 4cdd60d0f2d8a69bc70933f4d7718f9c4e956ff8 && \ go build -ldflags "-linkmode external -extldflags -static" -i -o /usr/local/bin/docker-credential-gcr main.go diff --git a/deploy/Dockerfile_debug b/deploy/Dockerfile_debug index e3dc97c96..7716b927f 100644 --- a/deploy/Dockerfile_debug +++ b/deploy/Dockerfile_debug @@ -35,7 +35,6 @@ RUN GOARCH=$(cat /goarch) && CGO_ENABLED=0 && \ cd /go/src/github.com/GoogleCloudPlatform && \ git clone https://github.com/GoogleCloudPlatform/docker-credential-gcr.git && \ cd /go/src/github.com/GoogleCloudPlatform/docker-credential-gcr && \ - # pin to a specific commit git checkout 4cdd60d0f2d8a69bc70933f4d7718f9c4e956ff8 && \ go build -ldflags "-linkmode external -extldflags -static" -i -o /usr/local/bin/docker-credential-gcr main.go diff --git a/deploy/Dockerfile_warmer b/deploy/Dockerfile_warmer index 0425bc212..388488cd8 100644 --- a/deploy/Dockerfile_warmer +++ b/deploy/Dockerfile_warmer @@ -32,7 +32,6 @@ RUN GOARCH=$(cat /goarch) && CGO_ENABLED=0 && \ cd /go/src/github.com/GoogleCloudPlatform && \ git clone https://github.com/GoogleCloudPlatform/docker-credential-gcr.git && \ cd /go/src/github.com/GoogleCloudPlatform/docker-credential-gcr && \ - # pin to a specific commit git checkout 4cdd60d0f2d8a69bc70933f4d7718f9c4e956ff8 && \ go build -ldflags "-linkmode external -extldflags -static" -i -o /usr/local/bin/docker-credential-gcr main.go