docker-library / golang

Docker Official Image packaging for golang
https://golang.org
BSD 3-Clause "New" or "Revised" License
1.48k stars 510 forks source link

Make image available in registry other than Docker Hub #440

Closed jphx closed 1 year ago

jphx commented 1 year ago

My company uses anonymous pulls from the Docker Hub registry and, unfortunately, regularly runs into the Docker Hub rate limit on pulls. Is there any chance that the golang image could be written also to another registry like https://quay.io/ so that all my Dockerfiles that start with

FROM golang:latest as builder

can be changed to point to Quay or whereever that doesn't such aggressive pull limits?

yosifkit commented 1 year ago

If you do a docker login, you will have a much higher and individual limit.

The Docker Official Images are also available on Amazon Elastic Container Registry (https://www.docker.com/blog/news-from-aws-reinvent-docker-official-images-on-amazon-ecr-public/ and https://aws.amazon.com/blogs/containers/docker-official-images-now-available-on-amazon-elastic-container-registry-public/). We have no current plans to publish them elsewhere.