You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
In #1720 I had to add --force=none to the ch-image build calls in the difficult files test of 55_cache.bats. I did this because the dockerfile used for the build (difficult.df) includes a call to mkfifo(1), which fails silently because it calls mknod(2), which is a syscall that gets intercepted by our seccomp filter. If we're adding different levels of --force=seccomp, we should consider removing mknod(2) from the filter at lower levels.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Our good friend systemd can’t be installed in a Debian Bullseye container:
I don’t see why anyone would want systemd in a container, but it's a dependency of many things and thus should probably work.
The text was updated successfully, but these errors were encountered: