Good afternoon,
I am trying to install the Gcloud CLI in the standard (public) Python 3.10-slim and 3.9-slim image from Dockerhub
When running the command as defined here :
Solved! Go to Solution.
This appears to be fixed for me now.
I share your frustration. The instability of Google's APT repositories has severely disrupted my CI/CD processes as well.
I also just started having the same problem.
I've been having the same problem all day.
This appears to be fixed for me now.
I'm facing the same issue, since few hours ago.
7.969 W: Failed to fetch http://packages.cloud.google.com/apt/dists/cloud-sdk/main/binary-arm64/Packages 502 Bad Gateway [IP: 142.250.179.110 80]
7.969 W: Some index files failed to download. They have been ignored, or old ones used instead.
Hello,
I have same problem,
Err:11 http://packages.cloud.google.com/apt cloud-sdk-buster/main all Packages
502 Bad Gateway [IP: 74.125.140.100 80]
i am also facing the same issue
Err:6 http://packages.cloud.google.com/apt cloud-sdk/main amd64 Packages
502 Bad Gateway [IP: 142.251.175.102 80]
Err:7 http://packages.cloud.google.com/apt cloud-sdk/main all Packages
I fixed it using https instead of http
This once again started happening a few hours ago. Moving from `http` to `https` seems to have fixed the issue as @Bruno_G suggested.
same problem again. https didn't fix it
```
Err:1 http://packages.cloud.google.com/apt google-cloud-packages-archive-keyring-buster/main amd64 google-cloud-packages-archive-keyring all 1.2-639820368
502 Bad Gateway [IP: 74.125.197.100 80]
```
https:
```
Err:1 https://packages.cloud.google.com/apt google-cloud-packages-archive-keyring-buster/main amd64 google-cloud-packages-archive-keyring all 1.2-639820368
502 Bad Gateway [IP: 74.125.195.113 443]
```