So there is this major AWS outage today and Docker Hub is also affected. To protect us from issues with external registries, we implemented the dependency proxy. So far, this has worked great.
Today I am getting HTTP 503 errors for pulling both cached and uncached images. At least for the latter, this is expected. But why can’t I download images that (should be) already cached? To make sure I am using a cached image, I accessed the dependency proxy via webui and copy the full image path. I tried looking at logs (e.g. gitlab-workhorse/current), but found no explanation.
We are running CE via Omnibus on Ubuntu 24.04, our current version is 17.11.6. I am happy to provide logs and other information, but any configuration changes or restarts need to be discussed with my team.