Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

gcloud compute images describe error

I am trying to run following

 

gcloud compute images describe centos-7-v20230912 --project xxxxxxxxxxx
WARNING: Python 3.5-3.7 will be deprecated on September 26th, 2023. Please use Python version 3.8 and up.

If you have a compatible Python interpreter installed, you can use it by setting
the CLOUDSDK_PYTHON environment variable to point to it.

ERROR: (gcloud.compute.images.describe) Could not fetch resource:
- The resource 'projects/xxxxxxxxxxxxxxx/global/images/centos-7-v20230912' was not found

 

any idea? 

Solved Solved
1 2 562
1 ACCEPTED SOLUTION

ok so the project is actually not the project ID. ITs the project name from 

gcloud compute images list

resolved.

 

gcloud compute images describe debian-10-buster-v20230912 --project debian-cloud

View solution in original post

2 REPLIES 2

ok so the project is actually not the project ID. ITs the project name from 

gcloud compute images list

resolved.

 

gcloud compute images describe debian-10-buster-v20230912 --project debian-cloud

Willie_Turney
Community Manager
Community Manager

Hi @gcp888 - glad you were able to figure it out! 🙌