webappio / sanic

Build lots of Docker images at once, then deploy them with Kubernetes
https://sanic.io
Apache License 2.0
265 stars 17 forks source link

waitBuildkitRunning may not work properly #10

Open tonzgao opened 5 years ago

tonzgao commented 5 years ago

first time i ran sanic build it resulted in hang. not sure if this is replicable

i can look into this for hacktoberfest laster

tonzgao commented 5 years ago

seems like the docker command checking for status hangs when it succeeds

docker exec -i sanic-buildkitd buildctl --addr tcp://127.0.0.1:3165 build

command should be replaced, not sure with what though. if you just do something like build -> help, for example, subsequent calls to sanic build will fail