From 860b64b92de629d55bffbbf19c8e094e18a52f2d Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 5 Feb 2021 16:41:00 +0100 Subject: [PATCH] ci: remove `--privileged` option from docker containers This option should not be needed anymore with "mount -o loop" removed. --- .github/workflows/fedora-32.yml | 1 - .github/workflows/fedora-33.yml | 1 - .github/workflows/fedora-latest.yml | 1 - 3 files changed, 3 deletions(-) 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: -- 2.47.3