Questions tagged [google-cloud-registry]
20 questions
0
votes
1 answer
Google Cloud Container Registry - Check image size
I sent a docker file for Google Cloud Build. The build was created successfully.
The artifact URL is:
gcr.io/XXX/api/v1:abcdef017e651ee2b713828662801b36fc2c1
How I can check the image size? (MB\GB)

No1Lives4Ever
- 6,430
- 19
- 77
- 140
0
votes
2 answers
docker won't let push image to google cloud despite logged in as owner and authenticated as credential helper
as you can see I tagged my most recent image to belong to google cloud registry:
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
gcr.io/chess-king-council/council-kings …

symLogicDMUS
- 1
- 2
0
votes
1 answer
Using google cloud registry with docker while offline
I'm using Google Cloud Registry, associating with Docker using gcloud auth configure-docker.
https://cloud.google.com/sdk/gcloud/reference/auth/configure-docker
However, when my computer is offline and I run docker-compose up I get an error where…

d-_-b
- 21,536
- 40
- 150
- 256
-1
votes
1 answer
Can't push container image into google cloud registry
I created a Project in the Google-Cloud-Console and created a container registry. Unfortunately i get this error message when pushing:
denied: Token exchange failed for project 'myProject'. Caller does not have permission 'storage.buckets.get'.
To…
-1
votes
1 answer
Google REST API to retrieve images in gcr.io
I am looking to fetch images that are available gcr using a gcloud API.
I have tried GET https://compute.googleapis.com/compute/v1/projects/myproject/global/images/myimage but I wont get anything back.
If I remove remove /myimage from the call…

e.f.a.
- 323
- 1
- 4
- 12