Replies: 1 comment
-
|
That's a bug, I'll create an issue from it. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm on Arch Linux host, and running Ubuntu jammy (and later) images has problems with the shipped seccomp profile. It works with
buildah from --security-opt seccomp=unconfined ubuntu:noble; settingcontainers.seccomp_profile = "unconfined"in~/.config/containers/containers.confworks for podman, but not buildah. Which setting can I use with buildah so that I don't need to add those args on every call?Beta Was this translation helpful? Give feedback.
All reactions