From: Harald Hoyer Date: Fri, 5 Feb 2021 15:41:00 +0000 (+0100) Subject: ci: remove `--privileged` option from docker containers X-Git-Tag: 052~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=860b64b92de629d55bffbbf19c8e094e18a52f2d;p=thirdparty%2Fdracut.git ci: remove `--privileged` option from docker containers This option should not be needed anymore with "mount -o loop" removed. --- diff --git a/.github/workflows/fedora-32.yml b/.github/workflows/fedora-32.yml index d4283c675..b5870f818 100644 --- a/.github/workflows/fedora-32.yml +++ b/.github/workflows/fedora-32.yml @@ -15,7 +15,6 @@ jobs: runs-on: ubuntu-latest container: image: quay.io/haraldh/dracut-fedora:32 - options: "--privileged" timeout-minutes: 45 strategy: matrix: diff --git a/.github/workflows/fedora-33.yml b/.github/workflows/fedora-33.yml index 61ce6cf84..cc75e7808 100644 --- a/.github/workflows/fedora-33.yml +++ b/.github/workflows/fedora-33.yml @@ -15,7 +15,6 @@ jobs: runs-on: ubuntu-latest container: image: quay.io/haraldh/dracut-fedora:33 - options: "--privileged" timeout-minutes: 45 strategy: matrix: diff --git a/.github/workflows/fedora-latest.yml b/.github/workflows/fedora-latest.yml index 95c7a7101..ee35bf33e 100644 --- a/.github/workflows/fedora-latest.yml +++ b/.github/workflows/fedora-latest.yml @@ -15,7 +15,6 @@ jobs: runs-on: ubuntu-latest container: image: quay.io/haraldh/dracut-fedora:latest - options: "--privileged" timeout-minutes: 45 strategy: matrix: