silverton-io / buz

Serverless multi-protocol + multi-destination event collection system.

Home Page:https://buz.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker container could not able to start failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process

sachingade20 opened this issue · comments

Docker Image ghcr.io/silverton-io/buz is not functional or not built properly

docker-compose -f examples/quickstart/docker-compose.yml up -d
[+] Running 25/25
⠿ redpanda-3 Pulled 11.3s
⠿ 7bc891379e23 Pull complete 3.2s
⠿ 1c6096033ccb Pull complete 3.8s
⠿ faf8b94c4e98 Pull complete 3.9s
⠿ f2513e35e4c0 Pull complete 4.0s
⠿ 5c773fd6c7ce Pull complete 4.2s
⠿ 25d02e628d66 Pull complete 5.0s
⠿ 028dd9165344 Pull complete 8.1s
⠿ c1f087ade85b Pull complete 8.4s
⠿ console Pulled 11.1s
⠿ 63b65145d645 Already exists 0.0s
⠿ 78a7f2a538a1 Pull complete 2.6s
⠿ 7951c7c4f5bc Pull complete 2.8s
⠿ 7bcc25627bb0 Pull complete 5.5s
⠿ e1ac679e7cca Pull complete 6.1s
⠿ 46dc7bdf88eb Pull complete 6.9s
⠿ sample-ui Pulled 4.1s
⠿ 50783e0dfb64 Pull complete 0.4s
⠿ 8ff7648aa566 Pull complete 0.5s
⠿ 8c6a8f49a297 Pull complete 0.6s
⠿ 7355b61ca2f7 Pull complete 0.6s
⠿ 73bea7abc5c8 Pull complete 1.2s
⠿ 1e0c520cdc18 Pull complete 1.3s
⠿ redpanda-1 Pulled 11.3s
⠿ redpanda-2 Pulled 11.3s
[+] Running 6/7
⠿ Network quickstart_default Created 0.1s
⠿ Container redpanda-2 Healthy 7.0s
⠿ Container sample-ui Started 6.0s
⠿ Container redpanda-3 Healthy 7.5s
⠿ Container redpanda-1 Healthy 7.0s
⠿ Container console Started 3.7s
⠿ Container buz Starting 3.9s
Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "./buz": stat ./buz: no such file or directory: unknown

Thanks @sachingade20, will take a peek right now!

@sachingade20 this one has been fixed, thanks again for the 🐛 🗒️ .

pinging @taborwells as well, since you mentioned this today :)

thanks @jakthom and yes @taborwells mentioned about it. thanks again

:~$ docker pull ghcr.io/silverton-io/buz:v0.13.2 v0.13.2: Pulling from silverton-io/buz Digest: sha256:bcfdb8717a50c057dd8b0098c177faf48dd55b94885c86972360d6dac81d6f0e Status: Image is up to date for ghcr.io/silverton-io/buz:v0.13.2 ghcr.io/silverton-io/buz:v0.13.2 :~$ docker run -it ghcr.io/silverton-io/buz:v0.13.2 docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "./buz": stat ./buz: no such file or directory: unknown. ERRO[0000] error waiting for container: :~$

This issue is still persist with new docker version as well @jakthom