Skip to content

docker: use google-cloud-cli package names - #3195

Merged
nuclearcat merged 1 commit into
kernelci:mainfrom
nuclearcat:docker-gcloud-cli-rename
Aug 27, 2026
Merged

docker: use google-cloud-cli package names#3195
nuclearcat merged 1 commit into
kernelci:mainfrom
nuclearcat:docker-gcloud-cli-rename

Conversation

@nuclearcat

Copy link
Copy Markdown
Member

Google renamed the apt packages in the cloud-sdk repository:
google-cloud-sdk is now google-cloud-cli and
google-cloud-sdk-gke-gcloud-auth-plugin is now
google-cloud-cli-gke-gcloud-auth-plugin. The old names have been dropped
from the repo, so any image using the gcloud fragment fails to build:

Package google-cloud-sdk is not available, but is referred to by another package.
However the following packages replace it:
  google-cloud-cli
E: Package 'google-cloud-sdk' has no installation candidate
E: Package 'google-cloud-sdk-gke-gcloud-auth-plugin' has no installation candidate

This currently breaks the kernelci pipeline and k8s kernelci images, e.g.
https://github.com/kernelci/kernelci-core/actions/runs/33052125599

kubectl is unaffected and keeps its name.

Google renamed the apt packages in the cloud-sdk repository:
google-cloud-sdk is now google-cloud-cli and
google-cloud-sdk-gke-gcloud-auth-plugin is now
google-cloud-cli-gke-gcloud-auth-plugin.  The old names have been
dropped, so the k8s and pipeline images fail to build:

  E: Package 'google-cloud-sdk' has no installation candidate
  E: Package 'google-cloud-sdk-gke-gcloud-auth-plugin' has no
     installation candidate

Use the new package names.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
@nuclearcat
nuclearcat added this pull request to the merge queue Aug 27, 2026
Merged via the queue into kernelci:main with commit bf79d27 Aug 27, 2026
3 checks passed
@nuclearcat
nuclearcat deleted the docker-gcloud-cli-rename branch August 27, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant