mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-19 00:52:36 +00:00
penguin: Disable temporarly SELinux on fedora (#189)
* 🐧 Disable temporarly SELinux on fedora * 🐧 Add SELinux relabel rule * 🤖 Add Fedora to releases
This commit is contained in:
committed by
Itxaka
parent
df59351bf1
commit
4cc1e7a0f2
@@ -242,6 +242,8 @@ docker:
|
||||
COPY overlay/files-opensuse-arm-rpi/ /
|
||||
ELSE IF [ "$FLAVOR" = "opensuse-arm-rpi" ]
|
||||
COPY overlay/files-opensuse-arm-rpi/ /
|
||||
ELSE IF [ "$FLAVOR" = "fedora" ] || [ "$FLAVOR" = "rockylinux" ]
|
||||
COPY overlay/files-fedora/ /
|
||||
ELSE IF [ "$FLAVOR" = "ubuntu" ] || [ "$FLAVOR" = "ubuntu-rolling" ]
|
||||
COPY overlay/files-ubuntu/ /
|
||||
END
|
||||
|
Reference in New Issue
Block a user