ci: remove `--privileged` option from docker containers

This option should not be needed anymore with "mount -o loop" removed.
master
Harald Hoyer 2021-02-05 16:41:00 +01:00 committed by Harald Hoyer
parent 0f62da0405
commit 860b64b92d
3 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: quay.io/haraldh/dracut-fedora:32
options: "--privileged"
timeout-minutes: 45
strategy:
matrix:

View File

@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: quay.io/haraldh/dracut-fedora:33
options: "--privileged"
timeout-minutes: 45
strategy:
matrix:

View File

@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: quay.io/haraldh/dracut-fedora:latest
options: "--privileged"
timeout-minutes: 45
strategy:
matrix: