2023-04-22 08:19:45 -07:00
|
|
|
# valid distros list
|
|
|
|
# the distro must be the name used in /etc/os-release
|
2024-09-15 18:47:22 -07:00
|
|
|
# <distro>,<core/default docker image name>,<install command>,<update command>
|
|
|
|
alpine, alpine, apk add --no-cache , apk update
|
|
|
|
debian, debian, apt-get install -y, apt-get update
|
|
|
|
arch, archlinux, pacman -S --noconfirm --needed, pacman -Syu
|
2024-01-14 14:57:09 -08:00
|
|
|
ubuntu, ubuntu, apt-get install -y, apt-get update
|