-
-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All builds fail with "runc run failed: unable to start container process" #792
Comments
I have signed qemu-system-x86_64 through below command but this didn't fix the problem.
Wen trying to build image again after signin I am still getting error:
|
Setting |
I tried to downgrade QEMU to v8.0.3 as proposed by (#786 (comment)) without success. Here the steps followed to downgrade:
... it seems that the downgrade didn't succeed. |
kubernetes-sigs/kind#3277 seems to report same error. |
FWIW I'm run into the same problem while trying to migrate away from Docker Desktop. I'm on macOS 12 still, on an M1. Building the arm64 part works, but the amd64 part gives me the same error. Running a container with docker run --platform linux/amd64 does work though. |
As work around: instead of using colima i have used the docker template provided by lima.
|
Thanks for the work around @janvda ! That worked great. |
related: #764 |
Having run into this as well, I think the proper fix is in the comment in the issue mentioned above: #764 (comment) which is setting up a builder using a rootless image |
FWIW, for kind, reverting to v0.19.0 fixed my issue with kind reporting this problem:
|
This is getting fixed in imminent v0.6.0. |
Description
Since a new version of the
docker.io/moby/buildkit
image got pulled, I can no longer build any images.I am always getting errors like:
Note that I have
but I am still facing the same problem.
Maybe it is related to the fact that my
qemu-system-x86_64
is not signed.Version
Colima Version: HEAD-afe81c4 git commit: afe81c4
Lima Version: 0.17.2
Qemu Version: 8.1.0
Operating System
Output of
colima status
INFO[0000] colima is running using QEMU
INFO[0000] arch: x86_64
INFO[0000] runtime: docker
INFO[0000] mountType: sshfs
INFO[0000] socket: unix:///Users/jan/.colima/default/docker.sock
Reproduction Steps
colima start
)unix:///Users/jan/.colima/default/docker.soc
)docker-compose -f docker-compose.yml up -d --build
)Expected behaviour
The container should be build without errors.
Additional context
When starting colima it is reporting also an error about qemu-system-x86_64 is not properly signed
No response
The text was updated successfully, but these errors were encountered: