Fix docker builds for EOL releases
This commit is contained in:
parent
d2dfa332d3
commit
ac3d8526fa
3 changed files with 14 additions and 5 deletions
2
build.sh
2
build.sh
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
for dist in buster_php7 bullseye_php7 bookworm_php8; do
|
||||
for dist in jessie_php5 stretch_php7 buster_php7 bullseye_php7 bookworm_php8; do
|
||||
docker build --pull --no-cache -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue