I am using codefresh.io to build and deploy to my "Docker Swarm for AWS" running on AWS.
I've noticed that the Linux setup inside these Docker nodes is minimal. They didn't have python installed; so I installed python already.
My test deploys were working months ago; but now that I have come back to the same setup, I am getting the following error during the rdocker deploys:
Status: Downloaded newer image for codefresh/remote-docker:latest
SSH key passed through SSH_KEY environment variable: lenght check 1674
Warning: Permanently added '--removed--' (ECDSA) to the list of known hosts.
bind: Address not available
python: can't open file '/tmp/rdocker-forwarder.py': [Errno 2] No such file or directory
/usr/local/bin/rdocker: line 156: read: read error: 3: Resource temporarily unavailable
[SYSTEM] Error: Failed to run freestyle step: Running Deploy Script; caused by NonZeroExitCodeError: Cont
ainer for step title: Running Deploy Script, step type: freestyle, operation: Freestyle step failed with
exit code: 1
Could you help me figure out what isn't working?
Thank you!!
I am using codefresh.io to build and deploy to my "Docker Swarm for AWS" running on AWS.
I've noticed that the Linux setup inside these Docker nodes is minimal. They didn't have python installed; so I installed python already.
My test deploys were working months ago; but now that I have come back to the same setup, I am getting the following error during the rdocker deploys:
Status: Downloaded newer image for codefresh/remote-docker:latest
SSH key passed through SSH_KEY environment variable: lenght check 1674
Warning: Permanently added '--removed--' (ECDSA) to the list of known hosts.
bind: Address not available
python: can't open file '/tmp/rdocker-forwarder.py': [Errno 2] No such file or directory
/usr/local/bin/rdocker: line 156: read: read error: 3: Resource temporarily unavailable
[SYSTEM] Error: Failed to run freestyle step: Running Deploy Script; caused by NonZeroExitCodeError: Cont
ainer for step title: Running Deploy Script, step type: freestyle, operation: Freestyle step failed with
exit code: 1
Could you help me figure out what isn't working?
Thank you!!