About 7,020,000 results
Open links in new tab
  1. Find the list of Google Container Registry public images

    Feb 2, 2016 · Where can I find the list of GCR public images? In case of docker images, we can list it in hub.docker.com. But I couldn't find anything like that for GCR.

  2. We migrated from container registry to Artifact Registry …

    Mar 15, 2025 · As stated in this documentation Artifact Registry gcr.io repositories. gcr.io repositories let Container Registry users maintain their existing Google Cloud infrastructure by …

  3. Google Cloud: Artifact Registry vs Container Registry

    Jan 15, 2021 · Artifact Registry has its own IAM permissions to access your repositories. Artifact Registry uses new hosts under pkg.dev rather than gcr.io. Container Registry is only multi …

  4. nobody & nonroot user in distroless images - Stack Overflow

    Sep 1, 2022 · This image say, gcr.io/distroless/base by default has "Config.User: 0" and "Config.WorkingDir: /" config in it and if you don't use USER for switching the user to nonroot …

  5. Possible to add kaniko to alpine image or add jq to kaniko image

    Sep 14, 2021 · kaniko is meant to be run as an image: gcr.io/kaniko-project/executor. We do not recommend running the kaniko executor binary in another image, as it might not work.

  6. Authenticate to Google Container Registry with Podman

    Sep 8, 2020 · gcloud auth print-access-token | podman login -u oauth2accesstoken --password-stdin XX.gcr.io xx.gcr.io is the host name. For example https://us.gcr.io, etc. …

  7. Docker Login to gcr.io in Powershell - Stack Overflow

    Jan 18, 2018 · docker login -u _json_key https://gcr.io And then just removed all breaks from the JSON file manually, copied it to clipboard and pasted it when prompted for my password.

  8. Minikube Start Stuck Pulling base image - Stack Overflow

    Jul 10, 2022 · I have been trying to setup minikube but the command is stuck at pulling base image since forever

  9. Add shell or bash to a docker image (Distroless based on Debian …

    Apr 5, 2020 · I want add shell or bash to my image to execute installation command. I have copied the /bin/bash on my VM on to my image on Dockerfile: COPY /bin/bash /bin/ But when I …

  10. Creating image pull secret for google container registry that …

    Mar 29, 2016 · $ gcloud auth print-access-token This actually works... for a while. The problem seems to be that this access token expires after (what I believe to be) one hour. I need a …