Add bullseye build

This commit is contained in:
Jan Dittberner 2020-02-08 22:13:52 +01:00
parent fc6c79328d
commit 0db14669f8
9 changed files with 442 additions and 1 deletions

View file

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