Skip to content

Commit

Permalink
improvement: install kubectl in garden-gcloud image (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
10ko authored and edvald committed Jul 29, 2019
1 parent 1e41d8a commit 2a49adc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion garden-service/gcloud.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ RUN apk add --no-cache python \
&& curl https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz | tar xz -C /gcloud \
&& /gcloud/google-cloud-sdk/install.sh --quiet \
&& ln -s /gcloud/google-cloud-sdk/bin/* /usr/local/bin/ \
&& chmod +x /usr/local/bin/gcloud
&& chmod +x /usr/local/bin/gcloud \
&& gcloud components install kubectl \
&& ln -s /gcloud/google-cloud-sdk/bin/kubectl /usr/local/bin/kubectl

0 comments on commit 2a49adc

Please sign in to comment.