Build server + local docker registry stuck on retrying after download? #6098
Unanswered
GabZanMacaw
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@GabZanMacaw are both your servers behind cloudflare proxy? If an image layer is above 100mb then cf will block it with a 413 Solutions are
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm running a Coolify instance with a Docker registry and a separate build server that uses that registry. So far, it'd been working without issue. However there is one specific image that refuses to work. The image is built out of a Dockerfile, it finishes building successfully, is pushed to the registry, downloaded, no errors in the registry logs, but then when it gets to the "Download completed" or "Verifying checksum" part of it, the deploy starts retrying a bunch and then gives up with no more information. What is it even retrying? How can I get more information out of this so I can see what's going on?
A few things I checked before posting:
The domain is behind a Cloudflare proxy (not my domain, don't have access to it) and right now it's giving me a Cloudflare 502 Bad Gateway error on the host, the last change I made was changing the domain and redeploying, I don't know if that's relevant? There is a previous commit of the website that is accessible, I can see it on the sslip.io link, but Cloudflare seems to be having an issue with it.EDIT: The domain simply wasn't pointing to the Coolify server, client screwed up, but that didn't fix the issue unfortunately.Beta Was this translation helpful? Give feedback.
All reactions