-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
incompatible with archlinux image on github actions #1995
Comments
Latest buildkit version should not have issues except for 32bit platforms that need #1955 afaik. https://github.com/moby/buildkit/blob/v0.8/vendor/github.com/docker/docker/profiles/seccomp/default.json#L97 defines |
https://github.com/moby/buildkit/releases/tag/v0.8.2 should have latest runc |
note that you need |
Yes, I used |
Running
docker buildx build
results in failures related to actions/runner-images#2698, actions/runner-images#2658 & https://bugs.archlinux.org/task/69563.I'm aware of the workaround of using latest runc as in actions/runner-images#2698 (comment), and even setting
--oci-worker-binary=/usr/local/sbin/runc
to not avail.Bear in mind that
docker build
is able to work properly (with latest runc), so the issue must be related with buildx.The text was updated successfully, but these errors were encountered: