genuinetools / img

Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/
MIT License
3.89k stars 230 forks source link

failed to solve: failed to read dockerfile #260

Open sjames opened 5 years ago

sjames commented 5 years ago

Hi, I have built img from source and am trying to run the examples. I'm doing this on an Ubuntu 18.04 machine.

`sjames@sjames-ideapad:~/playground/img$ img build -t r.j3ss.co/img . Building r.j3ss.co/img:latest Setting up the rootfs... this may take a bit.

[+] Building 1.2s (2/2) FINISHED
=> [internal] load build definition from Dockerfile 0.8s => => transferring dockerfile: 2B 0.0s => [internal] load .dockerignore 1.1s => => transferring context: 47B 0.1s

Error: failed to solve: failed to read dockerfile: open /tmp/buildkit-mount368416638/Dockerfile: no such file or directory sjames@sjames-ideapad:~/playground/img$ uname -a Linux sjames-ideapad 5.0.0-23-generic #24~18.04.1-Ubuntu SMP Mon Jul 29 16:12:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux `

issue-label-bot[bot] commented 5 years ago

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

ugurcancaykara commented 2 years ago

Is there any updates on this issue? I also faced with it! ++++