docker-gradle icon indicating copy to clipboard operation
docker-gradle copied to clipboard

Consider mirroring the container image to quay.io (or alternatives)

Open chgl opened this issue 4 years ago • 1 comments

Due to the recent rate-limits introduced by Docker Hub, it would be great id the gradle image could be mirrored to quay.io (or any alternative public registry) as well.

chgl avatar Nov 18 '20 10:11 chgl

I'll have to give some thought how to do that. Part of the complication is that the Docker Library folks may push new versions of the same tag (for example when there's a security update to the base image). I'm not actually sure how often that happens in practice (I suspect probably not very often though). I could trigger the copy myself (maybe with Skopeo or something) when I make updates, but it'd miss out on those potential upstream updates.

keeganwitt avatar Nov 19 '20 02:11 keeganwitt

I see this exists now. How'd it get set up?

https://quay.io/repository/official-images/gradle

keeganwitt avatar Aug 21 '23 01:08 keeganwitt

Ha, I didn't know about that. it seems to be just a mirror of all "library"/official images.

I believe as an official image gradle is excluded from rate limiting anyways, so my original point is no longer valid which is why I closed the issue. But yes, that mirror is actually another solution.

chgl avatar Aug 21 '23 10:08 chgl