Open deejgregor opened 2 years ago
Test workflow failed also against the master branch. Something possibly unrelated broke...
Test workflow failed also against the master branch. Something possibly unrelated broke...
Doh! Sorry, I missed your comment. I'll take a look shortly.
Hi @deejgregor ! Did you have a chance to take a look at the check?
Hi, any chance we can get this fix released? Thank you.
I was getting signal 11 crashes from nginx with docker-registry-proxy versions 0.6.2 and 0.6.4 (test performed pulling
ubuntu
throughdocker-registry-proxy
without it being in the cache):Leading to image pull errors in Docker and Kubernetes, e.g.:
With the latest code in master, I get failures like instead of signal 11, but it sometimes seems to work, however:
If I set
DISABLE_IPV6=true
with this change, it works just fine, no errors like shown above.