Open becryptrichard opened 1 month ago
Wild guess, but i think you need to active Foreign Layer Caching in the settings of your quay.io proxy repo , and then add the quay cdns to the allowed urls.
The same for dockerhub, there are also some image where some layers a referenced to another registry url, for example:
You could probably do with a single regexp:
https?://cdn([0-9]{0,2})?\.quay\.io
(Trying that now...)
Also, Foreign Layer Caching defaults to '.*' so that should cover -everything-.
Hi Everyone,
I'm currently running Nexus 3.73.0 in a docker container on a Linux host. I have set up a proxy for the Docker registry quay.io. When I pull an image it starts downloading and then errors out on a layer. The nexus logs errors fetching the data from quay.io.
Has anyone else seen this? It works if I bypass Nexus and go direct.
Log output as follows
Thanks,