Remove Wheezy that is EOL

This commit is contained in:
Jan Dittberner 2019-04-20 13:12:11 +02:00
parent c3ae577c1b
commit fc6c79328d
9 changed files with 1 additions and 445 deletions

View file

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