From 6a89f756f8546d89d17aeacab249359d32fb7e68 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 30 Aug 2024 13:35:01 +0200 Subject: [PATCH] tools/docker: cleanup --- tools/docker/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/docker/Makefile b/tools/docker/Makefile index 272808317e..b9dac84f5b 100644 --- a/tools/docker/Makefile +++ b/tools/docker/Makefile @@ -92,19 +92,19 @@ help: @echo -e "\t\t${BOLD}alpine-edge${RESET} (latest)" @echo -e "\t\t${BOLD}archlinux${RESET} (latest)" @echo -e "\t\t${BOLD}debian-sid${RESET} (unstable)" - @echo -e "\t\t${BOLD}debian-13${RESET} (Trixie)" +# @echo -e "\t\t${BOLD}debian-13${RESET} (Trixie)" @echo -e "\t\t${BOLD}debian-12${RESET} (Bookworm)" @echo -e "\t\t${BOLD}debian-11${RESET} (Bullseye)" # @echo -e "\t\t${BOLD}debian-10${RESET} (buster)" @echo -e "\t\t${BOLD}fedora-39${RESET}" @echo -e "\t\t${BOLD}fedora-38${RESET}" @echo -e "\t\t${BOLD}fedora-37${RESET}" -# @echo -e "\t\t${BOLD}opensuse-leap${RESET} (latest)" @echo -e "\t\t${BOLD}ubuntu-24.04${RESET} (Ubuntu 24.04 LTS, latest)" @echo -e "\t\t${BOLD}ubuntu-23.10${RESET} (Ubuntu 23.10, rolling)" @echo -e "\t\t${BOLD}ubuntu-23.04${RESET} (Ubuntu 23.04)" @echo -e "\t\t${BOLD}ubuntu-22.04${RESET} (Ubuntu 22.04 LTS)" @echo -e "\t\t${BOLD}ubuntu-20.04${RESET} (Ubuntu 20.04 LTS)" + @echo -e "\t\t${BOLD}opensuse-leap${RESET} (latest)" @echo @echo -e "\t${BOLD}${RESET}:" @echo -e "\t\t${BOLD}env${RESET}" @@ -404,7 +404,7 @@ DISTROS := \ debian-11 debian-12 debian-sid \ fedora-37 fedora-38 fedora-39 \ ubuntu-20.04 ubuntu-22.04 ubuntu-23.04 ubuntu-23.10 ubuntu-24.04 \ - opensuse-leap + opensuse-leap \ # List of stages STAGES := env devel