datawire / forge

Define and run multi-container apps in Kubernetes
http://forge.sh
Apache License 2.0
416 stars 43 forks source link

Forge stuck on checking for remote version #178

Open endrec opened 6 years ago

endrec commented 6 years ago

I have project with almost ten services. When I try to run forge -v deploy, sometimes it stops at

[...]
║ Successfully built 914277e78f60
║ Successfully tagged xxx.amazonaws.com/service:aebc64fe323a9fd9fed30d93289f0e6c58865b54.sha
║ docker images -q xxx.amazonaws.com/service:aebc64fe323a9fd9fed30d93289f0e6c58865b54.sha
║ 914277e78f60
║ checking for remote version: 'aebc64fe323a9fd9fed30d93289f0e6c58865b54.sha'

It stays on this line till I manually stop the script. I'm not sure what causes this issue, as at the moment I don't have clear way to reproduce it. I'm using forge 0.4.9, which is the latest at the time of writing.