ci: add --userns=host to nested Fedora build container
Forgejo runner on nullstone runs against a daemon with userns-remap=default. addnab/docker-run-action launches the Fedora 43 build container with --privileged, which is incompatible with userns-remap unless --userns=host is also set.
This commit is contained in:
parent
6b0828d692
commit
7d6054311b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-iso.yml
vendored
1
.github/workflows/build-iso.yml
vendored
|
|
@ -55,6 +55,7 @@ jobs:
|
|||
image: registry.fedoraproject.org/fedora:43@sha256:72e874e771b953c6357c7a5823c6fc1e3e3253b90121e795febe01380e32269b
|
||||
options: |
|
||||
--privileged
|
||||
--userns=host
|
||||
-v ${{ github.workspace }}:/work
|
||||
-v /dev:/dev
|
||||
--tmpfs /tmp:rw,nosuid,nodev,exec,size=16G
|
||||
|
|
|
|||
Loading…
Reference in a new issue