Questions tagged [google-container-registry]

Google Container Registry provides secure, private Docker image storage on Google Cloud Platform.

Google Container Registry (also known as https://gcr.io/ ) provides secure, private Docker image storage on Google Cloud Platform.

The Google Container Registry runs on Google Cloud Platform, so can be relied upon for consistent uptime and security. The registry can be accessed through an HTTPS endpoint, so you can pull images from any machine, whether it's a Google Compute Engine instance or your own hardware.

448 questions
0
votes
1 answer

gcloud docker pull fails with Untar exit status 2 unexpected fault address

EDIT: A huge thank you @mattmoor for helping me debug the issue. After I had to create a new docker-machine. There was a problem with the docker daemon that must've arisen due to the first machine not being created correctly. I am having trouble…
0
votes
1 answer

Gcloud and Docker: Pushing images is failing because of insufficient space

I am trying to upload a 2GB Docker image to the Google Container registry: gcloud docker push eu.gcr.io/project-id/image I get the following error: Failed to generate layer archive: write…
0
votes
2 answers

Does Google Container Registry undergo issues?

I am facing an issue while using container optimized VMs. I launch an instance with following command: gcloud compute instances create "$instance_name" \ --tags "http-server" \ --image container-vm \ --scopes storage-rw,logging-write \ …
0
votes
1 answer

403 Forbidden when downloading a container image from the registry outside GCE

I am trying to download an image from the Google container registry in a CoreOS machine running in other server (not GCE). I configured a new service account: core@XXXX ~ $ docker run -t -i -v $(pwd)/keys:/tmp/keys --name gcloud-config…
ernestoalejo
  • 853
  • 1
  • 12
  • 23
0
votes
1 answer

Google Container Engine does not install docker >=1.5 on cluster creation

Google Container Engine makes it easy for anyone to create kubernetes clusters on Google's Cloud platform. On top of that, Google Cloud offers a Google Container Registry that enables us to host private docker images. Problem is, my kubernetes…
-1
votes
0 answers

is it necessary to migarte the images from Container Registry to Artifact Registry

is it necessary to migarte the images from Container Registry to Artifact Registry as Container Registry is getting end of support by MAy 2024 or "gcr.io" will automatucally be re-directed? want to know, images stored in Container Registry currently…
-1
votes
1 answer

I want to fix security vulnerability in my docker image

I had uploaded a Docker image in Google container Registry. It scanned the image and shows me many vulnerabilities I want to fix atleast critical ones and of high priority so how can I fix it also is there any automatic way of scanning and fixing…
Robin
  • 1
  • 2
-1
votes
1 answer

gcloud docker push no space left error

Been using google container registry and google container engine for some time with my own created deploy script. It's been running ok for a while, but today I suddenly get periodic errors like this: Failed to generate layer archive: error creating…
-2
votes
0 answers

Does GCP charge for non active cloud run revisions?

We have one active revision and 100% of the traffic goes to it. We also have a little more than 700 untagged inactive revisions. How much would GCP charge for the inactive revisions or for the space it keeps for storage? We recently moved images…
-2
votes
1 answer

Docker push: Force Push All Layers?

Does docker push possess a --force flag which forces all layers to be pushed to the repository, regardless of whether the repository believes those layers are unchanged? Thank you!
-2
votes
2 answers

Steps for Cloud Function + Cloud Build API + Node 10?

As I received email from Firbase to upgrade Firebase Cloud Function with Node 10 and Cloud Build API. I have done all the steps as below: Updated to the "Blaze" pay-as-you-go Plan Updated Node.js 10 runtime Enabled Cloud Build API Now what? I am…
-2
votes
1 answer

Google Container Registry and private docker registry

As described on Google Container Registry.the GCR can work as a cached images store to public images on docker hub. What if my images on docker hub is private?
focus zheng
  • 345
  • 1
  • 4
  • 12
1 2 3
29
30