Attempt to add CAP_SYS_ADMIN for overlay storage driver
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Has been cancelled
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Has been cancelled
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -12,6 +12,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch: # allow manually triggering builds
|
workflow_dispatch: # allow manually triggering builds
|
||||||
container:
|
container:
|
||||||
|
cap_add:
|
||||||
|
- CAP_SYS_ADMIN
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/fuse:/dev/fuse:rw
|
- /dev/fuse:/dev/fuse:rw
|
||||||
concurrency:
|
concurrency:
|
||||||
@@ -39,7 +41,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
_BUILDAH_STARTED_IN_USERNS: ""
|
_BUILDAH_STARTED_IN_USERNS: ""
|
||||||
BUILDAH_ISOLATION: chroot
|
BUILDAH_ISOLATION: chroot
|
||||||
STORAGE_DRIVER: zfs
|
STORAGE_DRIVER: overlay
|
||||||
uses: blue-build/github-action@v1.8
|
uses: blue-build/github-action@v1.8
|
||||||
with:
|
with:
|
||||||
recipe: ${{ matrix.recipe }}
|
recipe: ${{ matrix.recipe }}
|
||||||
|
|||||||
Reference in New Issue
Block a user