Skip to content

Commit

Permalink
Add the new gke-gcloud-auth-plugin binary to the build image. (#2561)
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbailey authored Apr 26, 2022
1 parent ac0e487 commit db917ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ ENV PATH /usr/local/go/bin:/go/bin:/opt/google-cloud-sdk/bin:$PATH
RUN go install golang.org/x/tools/cmd/goimports@latest

# RUN gcloud components update
RUN gcloud components update && gcloud components install app-engine-go
RUN gcloud components update && gcloud components install app-engine-go && \
gcloud components install gke-gcloud-auth-plugin

# the kubernetes version for the file
ENV KUBERNETES_VER 1.22.9
Expand Down

0 comments on commit db917ca

Please sign in to comment.