Skip to content

Commit

Permalink
tools/docker: Remove ubuntu-18.04 support
Browse files Browse the repository at this point in the history
* default python 3.6 is too old
  • Loading branch information
Mizux committed Jul 24, 2023
1 parent 3381d85 commit cce76e9
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 216 deletions.
3 changes: 1 addition & 2 deletions tools/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ help:
@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)"
@echo -e "\t\t${BOLD}ubuntu-20.04${RESET} (Ubuntu 20.04 LTS)"
@echo -e "\t\t${BOLD}ubuntu-18.04${RESET} (Ubuntu 18.04 LTS)"
@echo
@echo -e "\t${BOLD}<stage>${RESET}:"
@echo -e "\t\t${BOLD}env${RESET}"
Expand Down Expand Up @@ -409,7 +408,7 @@ DISTROS := \
debian-10 debian-11 debian-sid \
fedora-33 fedora-34 fedora-35 fedora-36 fedora-37 fedora-38 \
opensuse-leap \
ubuntu-18.04 ubuntu-20.04 ubuntu-22.04 ubuntu-22.10 ubuntu-23.04
ubuntu-20.04 ubuntu-22.04 ubuntu-22.10 ubuntu-23.04

# List of stages
STAGES := env devel
Expand Down
125 changes: 0 additions & 125 deletions tools/docker/images/ubuntu-18.04.Dockerfile

This file was deleted.

33 changes: 0 additions & 33 deletions tools/docker/test/ubuntu-18.04/cpp.Dockerfile

This file was deleted.

28 changes: 0 additions & 28 deletions tools/docker/test/ubuntu-18.04/dotnet.Dockerfile

This file was deleted.

16 changes: 0 additions & 16 deletions tools/docker/test/ubuntu-18.04/java.Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions tools/docker/test/ubuntu-18.04/python.Dockerfile

This file was deleted.

0 comments on commit cce76e9

Please sign in to comment.