mirror of https://github.com/searxng/searxng.git
[mod] LXC switch to Fedora 33 / Fedora 31 reached its EOL
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
0165e14a7f
commit
0305775e29
|
@ -26,7 +26,7 @@ lxc_set_suite_env() {
|
||||||
"$LINUXCONTAINERS_ORG_NAME:ubuntu/20.10" "ubu2010" # July 2021
|
"$LINUXCONTAINERS_ORG_NAME:ubuntu/20.10" "ubu2010" # July 2021
|
||||||
|
|
||||||
# EOL see https://fedoraproject.org/wiki/Releases
|
# EOL see https://fedoraproject.org/wiki/Releases
|
||||||
"$LINUXCONTAINERS_ORG_NAME:fedora/31" "fedora31"
|
"$LINUXCONTAINERS_ORG_NAME:fedora/33" "fedora33"
|
||||||
|
|
||||||
# rolling releases see https://www.archlinux.org/releng/releases/
|
# rolling releases see https://www.archlinux.org/releng/releases/
|
||||||
"$LINUXCONTAINERS_ORG_NAME:archlinux" "archlinux"
|
"$LINUXCONTAINERS_ORG_NAME:archlinux" "archlinux"
|
||||||
|
|
|
@ -49,7 +49,7 @@ echo 'Set disable_coredump false' >> /etc/sudo.conf
|
||||||
"
|
"
|
||||||
|
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
fedora31_boilerplate="
|
fedora33_boilerplate="
|
||||||
dnf update -y
|
dnf update -y
|
||||||
dnf install -y git curl wget hostname
|
dnf install -y git curl wget hostname
|
||||||
echo 'Set disable_coredump false' >> /etc/sudo.conf
|
echo 'Set disable_coredump false' >> /etc/sudo.conf
|
||||||
|
|
Loading…
Reference in New Issue