eddmann / serverless-fargate

Maintain long-running Fargate ECS tasks within your Serverless project
53 stars 22 forks source link

Running into issues of EOF when pushing to ECR #51

Closed QAnders closed 11 months ago

QAnders commented 11 months ago
Error:
Encountered error during executing: docker push,XXXXXXXXXXXX.dkr.ecr.eu-west-1.amazonaws.com/serverless-public-api:server-publicapi
Output of the command:
The push refers to repository [XXXXXXXXXXXX.dkr.ecr.eu-west-1.amazonaws.com/serverless-public-api]
763ac63792f3: Preparing
59d3f253c6c7: Preparing
... removed a few...
ae56c0c5405b: Preparing
ca745f79e3b0: Waiting
77838e897d76: Waiting
e29838afe536: Waiting
cfd0811d364e: Waiting
b86f260e173a: Waiting
6a1ebb98b0dc: Waiting
24b48387f467: Waiting
ae56c0c5405b: Waiting
763ac63792f3: Retrying in 5 seconds
59d3f253c6c7: Retrying in 5 seconds
987d56669248: Retrying in 5 seconds
128128ebb44b: Retrying in 5 seconds
... a ton more of these. ..
128128ebb44b: Retrying in 1 second
EOF

Trying to deploy I run into this EOF message and then Serverless just stops dead...

I can deploy the container manually directly into ECR without a problem...

QAnders commented 11 months ago

Something wonky with our deploy server it would seem... Other deploys started failing with reference to file I/O so after a reboot it runs again!