Deployment consistently times out during "image push" phase
mgallard
HOBBYOP

5 months ago

Hello, I'm experiencing persistent deployment failures for my project (pv-airport-transfer-2). The build process completes successfully, but the deployment consistently stalls and eventually times out during the

image push

step.

Symptoms:

  • The build logs show success (e.g.,
exporting to docker image format  

completes).

  • The
image push  

progress bar starts but stalls indefinitely (e.g., at 90MB of 90MB, or 246MB of 246MB) and eventually fails after ~10 minutes.

Troubleshooting steps I've taken:

  1. Default Nixpacks: Tried standard deployment; stalled at ~246MB.
  2. Custom Dockerfile: Switched to a multi-stage Dockerfile (Debian Slim) to minimize image size. Reduced image to ~90MB, but it still stalled at the push step.
  3. Context Optimization: Verified .dockerignore is correctly excluding
node_modules  

and local artifacts.

4. Runtime Config: Verified the app binds to

0.0.0.0  

and

$PORT  

, though the failure happens before runtime (during registry push).

Since this happens with both Nixpacks and a custom Dockerfile, and even with small images (<100MB), it appears to be an internal network or registry ingestion issue on the builder node.

Could you please investigate the builder's connectivity for my project?

Solved

5 Replies

5 months ago

So sorry about that. It seems you got caught up in an issue that we have since fixed, but I have retroactively fixed your service, and it has since deployed successfully.


Status changed to Awaiting User Response Railway 5 months ago


mgallard
HOBBYOP

5 months ago

Oh, thanks, really thought I was doing something wrong. Was even considering another hosting option for the app... :-)


Status changed to Awaiting Railway Response Railway 5 months ago


5 months ago

So sorry to give you that scare!


Status changed to Awaiting User Response Railway 5 months ago


romainovd
FREE

5 months ago

Hi, we've got the exact same issue,

for the past 2 days, we can't deploy new commits, they all get blocked at "image push 304.2 MB step".

even redeploy the curent active deployment isn't possible.

how can we fix that please ?


Status changed to Awaiting Railway Response Railway 5 months ago


romainovd

Hi, we've got the exact same issue, for the past 2 days, we can't deploy new commits, they all get blocked at "image push 304.2 MB step". even redeploy the curent active deployment isn't possible. how can we fix that please ?

5 months ago

Can you please open your own thread? It sounds like your issue is different from the OP's.


Status changed to Awaiting User Response Railway 5 months ago


Status changed to Solved brody 5 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...