cloud-sdk-docker icon indicating copy to clipboard operation
cloud-sdk-docker copied to clipboard

Google Cloud CLI Docker Image - Docker Image containing the gcloud CLI and its bundled components.

Results 36 cloud-sdk-docker issues
Sort by recently updated
recently updated
newest added

Seems that the image has not the new way to use kubectl. The full message is: _CRITICAL: ACTION REQUIRED: gke-gcloud-auth-plugin, which is needed for continued use of kubectl, was not...

Hi, we use the `google/cloud-sdk` base image to execute multiple k8s cronjobs in GKE and our container scanning process started detecting the following Critical and High severity vulnerabilities across multiple...

#279 - https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke

No Docker hub image yet for this build as it has failed https://github.com/GoogleCloudPlatform/cloud-sdk-docker/runs/7309833806

GKE support ARM64 architecure. https://cloud.google.com/blog/products/compute/tau-t2a-is-first-compute-engine-vm-on-an-arm-chip?s=09 The following google-cloud-sdk docker image is only intel architecture. support multi-arch docker image for intel ARM64 docerhub https://hub.docker.com/r/google/cloud-sdk/ gcr.io https://console.cloud.google.com/gcr/images/google.com:cloudsdktool/global/cloud-sdk

https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke

Hi team, We require the ppc64le version of the tar file: `https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-${CLOUD_SDK_VERSION}-linux-${ARCH}.tar.gz` Can you point us to its code? Or if this is the right repo to ask for it,...

With the commit d97cf72c4c50b216a139e693f8d62b2ef6aec921 the `python` shortcut was removed and `python3` should be used in your commands. This seems like a side-effect, so in reality I think the `python` should...

Adjustments to use Debian Bookworm as base image. Only the build via docker was tested. ### Successful test builds Docker Image `:emulator` :white_check_mark: ``` docker build -f emulators/Dockerfile -t google-cloud-cli:emulators...