More sensibles names for distros.

This commit is contained in:
Sleepy Monax 2024-02-08 10:34:34 +01:00
parent d64980d43d
commit 01371ed5d4

View file

@ -29,8 +29,8 @@ class Pod:
IMAGES: dict[str, Image] = { IMAGES: dict[str, Image] = {
"ubuntu": Image( "ubuntu-jammy": Image(
"ubuntu", "ubuntu-jammy",
"ubuntu", "ubuntu",
"ubuntu:jammy", "ubuntu:jammy",
[ [
@ -38,8 +38,8 @@ IMAGES: dict[str, Image] = {
"apt-get install -y python3.11 python3.11-venv ninja-build build-essential", "apt-get install -y python3.11 python3.11-venv ninja-build build-essential",
], ],
), ),
"debian": Image( "debian-bookworm": Image(
"debian", "debian-bookworm",
"debian", "debian",
"debian:bookworm", "debian:bookworm",
[ [
@ -47,8 +47,8 @@ IMAGES: dict[str, Image] = {
"apt-get install -y python3 python3-pip python3-venv ninja-build build-essential", "apt-get install -y python3 python3-pip python3-venv ninja-build build-essential",
], ],
), ),
"alpine": Image( "alpine-3.18": Image(
"alpine", "alpine-3.18",
"alpine", "alpine",
"alpine:3.18", "alpine:3.18",
[ [
@ -65,8 +65,8 @@ IMAGES: dict[str, Image] = {
"pacman -S --noconfirm python python-pip python-virtualenv ninja base-devel", "pacman -S --noconfirm python python-pip python-virtualenv ninja base-devel",
], ],
), ),
"fedora": Image( "fedora-39": Image(
"fedora", "fedora-39",
"fedora", "fedora",
"fedora:39", "fedora:39",
[ [