Skip to content

Commit

Permalink
feat: include gcloud alpha and beta components in Docker images, need…
Browse files Browse the repository at this point in the history
…ed for cloud run log steaming and port forward
  • Loading branch information
renzodavid9 committed Jan 12, 2023
1 parent 285c697 commit e3b072e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/skaffold/Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ RUN /google-cloud-sdk/install.sh \
ENV PATH=$PATH:/google-cloud-sdk/bin
RUN gcloud auth configure-docker && gcloud components install --quiet \
gke-gcloud-auth-plugin \
alpha \
beta \
cloud-run-proxy \
log-streaming

Expand Down
2 changes: 2 additions & 0 deletions deploy/skaffold/Dockerfile.deps.lts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ RUN /google-cloud-sdk/install.sh \
ENV PATH=$PATH:/google-cloud-sdk/bin
RUN gcloud auth configure-docker && gcloud components install --quiet \
gke-gcloud-auth-plugin \
alpha \
beta \
cloud-run-proxy \
log-streaming

Expand Down
2 changes: 2 additions & 0 deletions deploy/skaffold/Dockerfile.deps.slim
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ RUN /google-cloud-sdk/install.sh \
ENV PATH=$PATH:/google-cloud-sdk/bin
RUN gcloud auth configure-docker && gcloud components install --quiet \
gke-gcloud-auth-plugin \
alpha \
beta \
cloud-run-proxy \
log-streaming

Expand Down

0 comments on commit e3b072e

Please sign in to comment.