distro/rhel9: don't install google-cloud-sdk in any gce* images
The Google SDK ships pre-compiled binaries. It is undesirable to install it by default in `gce` and `gce-rhui` in its current shape. Also not installing it does not anyhow affect the RHEL integration as the guest OS in GCP.
This commit is contained in:
parent
cf92c1f23a
commit
5f48aaa212
6 changed files with 15 additions and 87 deletions
|
|
@ -811,8 +811,6 @@ func gceCommonPackageSet(t *imageType) rpmmd.PackageSet {
|
|||
"google-compute-engine",
|
||||
"google-osconfig-agent",
|
||||
"gce-disk-expand",
|
||||
// GCP SDK
|
||||
"google-cloud-sdk",
|
||||
|
||||
// Not explicitly included in GCP kickstart, but present on the image
|
||||
// for time synchronization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue