Replies: 3 comments 5 replies
-
Can you crank up the logging level here using the |
Beta Was this translation helpful? Give feedback.
4 replies
-
Does it work if you do docker build ... --security-opt label=disabled ... |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am currently affected by this issue too. Is there any form of work around? A recommended different OS image instead of quay.io/podman/machine-os:5.2 perhaps? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions