Remove stretch support

This commit is contained in:
Jan Dittberner 2026-01-26 18:48:52 +01:00
parent 8c29195045
commit 6395cc2245
9 changed files with 1 additions and 443 deletions

View file

@ -2,7 +2,7 @@
set -e
for dist in stretch_php7 buster_php7 bullseye_php7 bookworm_php8 trixie_php8; do
for dist in 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