diff --git a/tools/docker/Makefile b/tools/docker/Makefile index c98c0056f45..7831c9c931c 100644 --- a/tools/docker/Makefile +++ b/tools/docker/Makefile @@ -94,10 +94,11 @@ help: @echo -e "\t\t${BOLD}centos-7${RESET} (Centos 7 LTS)" @echo -e "\t\t${BOLD}debian-sid${RESET} (unstable)" @echo -e "\t\t${BOLD}debian-11${RESET} (bullseye)" - @echo -e "\t\t${BOLD}fedora-39${RESET} (rawhide)" - @echo -e "\t\t${BOLD}fedora-38${RESET} (rawhide)" - @echo -e "\t\t${BOLD}fedora-37${RESET} (latest)" - @echo -e "\t\t${BOLD}opensuse-leap${RESET} (latest)" +# @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-23.04${RESET} (Ubuntu 23.04, rolling)" @echo -e "\t\t${BOLD}ubuntu-22.10${RESET} (Ubuntu 22.10)" @echo -e "\t\t${BOLD}ubuntu-22.04${RESET} (Ubuntu 22.04 LTS, latest)" @@ -397,13 +398,14 @@ export/archives: | export PLATFORMS := amd64 arm64 # riscv64 # Currently supported distro +# opensuse-leap # repo broken +# fedora-39 # Still waiting microsoft dotnet pkg DISTROS := \ alpine-edge \ archlinux \ centos-7 \ debian-11 debian-sid \ - fedora-37 fedora-38 fedora-39 \ - opensuse-leap \ + fedora-37 fedora-38 \ ubuntu-20.04 ubuntu-22.04 ubuntu-22.10 ubuntu-23.04 # List of stages