Open Richie1710 opened 3 months ago
Looks like the external repository server cannot be reached. nexus.testbed.osism.xyz:8193 points to our osism.harbor.regio.digital server. It's probably better to use quay.io instead.
If a remote is responding very slowly, this can cause incoming requests to pile up waiting for this one particular remote to respond. In extreme cases so many requests can pile up that the inbound request thread pool becomes exhausted, rendering the server unusable.
To solve this problem, we added the auto-block feature. If a remote does not respond within the read timeout setting (default is 20 seconds, with 3 retries) it is auto-blocked.
Seems to be working with images from quay.io
Hello, I've encountered an issue while running the playbook where certain Docker images could not be downloaded from the Nexus repository. The playbook attempts to pull the images, but it results in a 500 Internal Server Error. Here are the details:
It seems like the access to the remote repository might be temporarily blocked or there could be an issue with the Nexus server.
Could you please take a look at this? Any assistance would be greatly appreciated.
Thank you!