File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN if [ `uname -m` = 'x86_64' ]; then echo -n "x86_64" > /tmp/arch; else echo -
2121RUN ARCH=`cat /tmp/arch` && curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-${CLOUD_SDK_VERSION}-linux-${ARCH}.tar.gz && \
2222 tar xzf google-cloud-cli-${CLOUD_SDK_VERSION}-linux-${ARCH}.tar.gz && \
2323 rm google-cloud-cli-${CLOUD_SDK_VERSION}-linux-${ARCH}.tar.gz
24- RUN echo -n "app-engine-java app-engine-python alpha beta pubsub-emulator cloud-datastore-emulator app-engine-go bigtable cbt app-engine-python-extras kubectl gke-gcloud-auth-plugin kustomize minikube skaffold kpt local-extract appctl cloud-sql-proxy docker-credential-gcr package-go-module cloud-firestore-emulator cloud-run-proxy cloud-spanner-emulator harbourbridge log-streaming managed-flink-client spanner-migration-tool terraform-tools config-connector enterprise-certificate-proxy istioctl kubectl-oidc pkg" > /tmp/additional_components
24+ RUN echo -n "app-engine-java app-engine-python alpha beta pubsub-emulator cloud-datastore-emulator app-engine-go bigtable cbt app-engine-python-extras kubectl gke-gcloud-auth-plugin kustomize minikube skaffold kpt local-extract appctl cloud-sql-proxy docker-credential-gcr package-go-module cloud-firestore-emulator cloud-run-proxy cloud-spanner-emulator log-streaming managed-flink-client spanner-migration-tool terraform-tools config-connector enterprise-certificate-proxy istioctl kubectl-oidc pkg" > /tmp/additional_components
2525# These components are not available on ARM right now.
2626RUN if [ `uname -m` = 'x86_64' ]; then echo -n " appctl nomos anthos-auth" >> /tmp/additional_components; fi;
2727RUN /google-cloud-sdk/install.sh --bash-completion=false --path-update=true --usage-reporting=false \
You can’t perform that action at this time.
0 commit comments