-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
.buildkit_qemu_emulator: operation not supported #24000
Comments
A friendly reminder that this issue had no activity for 30 days. |
@anthr76 did you install the qemu binaries ?
Try this once |
Moving a comment over from #24646: A partial explanation of what is happening, in my understanding:
As a workaround, you can disable SELinux on the machine VM. I solemnly swear I will not do this in production.
|
Discussed in #23890
Originally posted by anthr76 September 6, 2024
Hello! I'm trying to use the Docker CLI with the
DOCKER_HOST
set to the Podman socket on MacOS.I have a project I'm trying to build (https://github.com/goauthentik/authentik) that uses buildx.
I'm using a arm64 Mac and the command I'm trying to invoke is
DOCKER_BUILDKIT=1 docker build . --tag authentik:test1 --platform=linux/amd64 -f Dockerfile --load
This fails with a error
This does run okay on the native architecture.
Has anyone ever seen this before and know if it's a bug or a workaround?
I found this related issue dagger/dagger#8054
I know disabling SELinux on CoreOS is usually not a route you can really take so not sure how to approach this.
Does anyone know which codepath this lies in?
The text was updated successfully, but these errors were encountered: