Commit 6602938
authored
ci: docker-compose: Add MOUNT_ACCESS_MODE variable (#42238)
Add a `MOUNT_ACCESS_MODE` variable to set mount options
on the volumes. Environments where SELinux is enabled will now be able
to mount to the volumes with `MOUNT_ACCESS_MODE=":Z"` to make the bind
mount permissions work correctly.
It now compiles on Fedora 43 with `MOUNT_ACCESS_MODE=":Z"`.
Should have no impact in envs where MOUNT_ACCESS_MODE is not set (haven't
tested myself).
Fixes: #42197
Signed-off-by: Guillaume Champagne <[email protected]>1 parent 9a27b09 commit 6602938
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments