CircleCI-Public / cimg-gcp

The CircleCI GCP Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/gcp
MIT License
3 stars 2 forks source link

issues/27 Use cloud.googld.gpg from gcloud docs, migrate to kube comm… #28

Closed vironeen closed 3 months ago

vironeen commented 9 months ago

…unity repos

For our official CircleCI Docker Convenience Image support policy, please see CircleCI docs.

This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.


Description

Fixes apt failures by using gcloud gpg from gcloud docs, migrating to kube community repos

Reasons

apt throwing GPG error for packages.cloud.google.com/apt repo. The gcloud docs specify where to get the gpg key file: https://cloud.google.com/sdk/docs/install-sdk#deb

apt throwing GPG error for apt.kubernetes.io. The kubernetes blog specifies how to migrate from this deprecated repo to the new kube community repos: https://kubernetes.io/blog/2023/08/15/pkgs-k8s-io-introduction/#how-to-migrate

https://github.com/CircleCI-Public/cimg-gcp/issues/27

Checklist

Please check through the following before opening your PR. Thank you!

joshhsoj1902 commented 9 months ago

@vironeen Thanks for your contribution! For simplicity and speed I ended up fixing this in https://github.com/CircleCI-Public/cimg-gcp/pull/29

Thanks surfacing that the google gpg key being used was also outdated.