Top "Google-container-registry" questions

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

Get YAML for deployed Kubernetes services?

I am trying to deploy my app to Kubernetes running in Google Container Engine. The app can be found at: …

docker yaml kubernetes google-kubernetes-engine google-container-registry
`docker-credential-gcloud` not in system PATH

After the latest updates to gcloud and docker I'm unable to access images on my google container repository. Locally when …

docker google-cloud-platform gcloud google-kubernetes-engine google-container-registry
Find the list of Google Container Registry public images

Where can I find the list of GCR public images? In case of docker images, we can list it in …

image list public google-container-registry
Access google container registry without the gcloud client

I have a CoreOS docker host that I want to start running containers on, but when trying to use the …

google-compute-engine gcloud google-container-registry
Google Container Registry access denied when pushing docker container

I try to push my docker container to the google container registry, using this tutorial, but when I run gcloud …

docker google-cloud-platform gcloud google-container-registry
Can't push image to google container registry - Caller does not have permission 'storage.buckets.get'

I am working on a bitbucket pipeline for pushing image to gc container registry. I have created a service account …

docker google-cloud-platform google-container-registry google-cloud-iam
Searching the Google Container Registry

I've been setting up my kubernetes cluster and I have been using the Google Container Registry for storing images. As …

docker docker-registry google-kubernetes-engine google-container-registry
How to list the published container images in the Google Container Registry using gcloud or another CLI

Is there a gcloud API or other command line interface (CLI) to access the list of published container images in …

docker gcloud google-kubernetes-engine google-container-registry
Jenkins Pipeline Build with Docker, Google Registry, and Google Auth Plugin

I'm building a Docker image using a Jenkins pipeline (using a pipeline script that was auto-generated by JHipster). I want …

docker jenkins-pipeline google-container-registry