Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix executor Dockerfile, which wasn't building #1741

Merged
merged 1 commit into from
Oct 18, 2021

Conversation

priyawadhwa
Copy link
Collaborator

The Makefile from the docker-credential-gcr repo was removed, so all builds were failing. This PR removes the make command and pins docker-credential-gcr to a specific commit so that this doesn't happen again.

The Makefile from the `docker-credential-gcr` repo was removed, so all builds were failing. This PR removes the `make` command and pins `docker-credential-gcr` to a specific commit so that this doesn't happen again.
@google-cla google-cla bot added the cla: yes CLA signed by all commit authors label Sep 16, 2021
@kun-lu20 kun-lu20 mentioned this pull request Sep 23, 2021
4 tasks
@tejal29 tejal29 merged commit 03a9847 into GoogleContainerTools:master Oct 18, 2021
@@ -32,7 +32,8 @@ 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 && \
make deps OUT_DIR=/usr/local/bin && \
# pin to a specific commit
git checkout 4cdd60d0f2d8a69bc70933f4d7718f9c4e956ff8 && \
Copy link

@hoozecn hoozecn Oct 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tejal29 @priyawadhwa Pin to a old version seems not that reasonable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes CLA signed by all commit authors kokoro:run
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants