alpine-docker / multi-arch-docker-images

mutli-arch docker images, such as linux/arm/v7,linux/arm64/v8,linux/arm/v6,linux/amd64,linux/ppc64le,linux/s390x
https://hub.docker.com/orgs/alpine
GNU General Public License v3.0
22 stars 7 forks source link

[request] Publish docker image on alternative registries #4

Open tomasged opened 7 months ago

tomasged commented 7 months ago

Given the pull limits of Docker Hub, it's a bit unfortunate to pull the image from docker.com.

Either the project gets the "Sponsored OSS" status ( https://www.docker.com/community/open-source/application/ ) or the images are better published within registries with increased API limits like the public ecr from AWS.

Right now, (my case) when using testcontainers people will find the rate limit issue: https://java.testcontainers.org/supported_docker_environment/image_registry_rate_limiting/

Thanks!