-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Cloud CLI (gcloud) is missing in the latest 24.04 Ubuntu update #10769
Comments
I fixed the issue by adding this additional step to set up Cloud SDK first. - name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 363.0.0' |
Hi @PHGLPagani Thank you for bringing this issue to our attention. We are looking into this issue and will update you on this issue after investigating. |
tommi-martin
added a commit
to Cartman-Digital/www.cartman.fi
that referenced
this issue
Oct 15, 2024
hemanthmanga
added
the
awaiting-deployment
Code complete; awaiting deployment and/or deployment in progress
label
Nov 5, 2024
Hi @PHGLPagani, This PR will be resolve your issue. Thanks. |
hemanthmanga
removed
the
awaiting-deployment
Code complete; awaiting deployment and/or deployment in progress
label
Nov 7, 2024
Hi @PHGLPagani , The new image 20241103.1 has been rolled out, We are closing this issue. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Our GHAs depend on Google Cloud CLI 495.0.0 (
gcloud
), which was previously present in Ubuntu 22.04 image is no longer present in the Ubuntu 24.04 image.As a result our builds are failing. This is a similar issue to what was flagged on issue #10767
Platforms affected
Runner images affected
Image version and build link
Working Image: Ubuntu 22.04
Non-Working Image: Ubuntu 24.04
Is it regression?
Ubuntu 22.04
Expected behavior
gcloud
is availableActual behavior
gcloud
is not availableRepro steps
gcloud
CLI in the latest ubuntu runner version.gcloud
CLI.The text was updated successfully, but these errors were encountered: