We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed49c9f commit 715e52cCopy full SHA for 715e52c
1 file changed
Dockerfile
@@ -13,7 +13,8 @@ RUN sudo apt-get install vim
13
14
# Add gcloud CLI
15
RUN curl -sSL https://sdk.cloud.google.com | bash \
16
- && rm -r /home/circleci/google-cloud-sdk/.install/.backup/
+ && rm -r /home/circleci/google-cloud-sdk/.install/.backup/ \
17
+ && /home/circleci/google-cloud-sdk/bin/gcloud components update --version 251.0.0 --quiet # rsync fails with gsutil 4.39
18
ENV PATH $PATH:/home/circleci/google-cloud-sdk/bin/
19
20
# Add kubectl
0 commit comments