Remove support for Jessie

This commit is contained in:
Jan Dittberner 2026-01-26 18:28:57 +01:00
parent 2068ddab18
commit 8c29195045
9 changed files with 1 additions and 449 deletions

View file

@ -2,7 +2,7 @@
set -e
for dist in jessie_php5 stretch_php7 buster_php7 bullseye_php7 bookworm_php8 trixie_php8; do
for dist in stretch_php7 buster_php7 bullseye_php7 bookworm_php8 trixie_php8; do
docker build --pull -t gnuviech/${dist}-base ${dist} -f ${dist}/Dockerfile-base
docker build -t gnuviech/${dist} ${dist} -f ${dist}/Dockerfile
docker build -t gnuviech/${dist}-mysql ${dist} -f ${dist}/Dockerfile-mysql