Refactor to support LTS version

This commit is contained in:
Markus Opolka
2020-01-31 11:20:30 +01:00
parent 2392e89bde
commit fb6bbf1992
19 changed files with 507 additions and 14 deletions

View File

@@ -1,8 +1,14 @@
.PHONY: apache fpm fpm-alpine
apache:
docker build --pull -t limesurvey:apache apache
docker build --pull -t limesurvey:apache 3.0/apache
apache4:
docker build --pull -t limesurvey:apache 4.0/apache
fpm-alpine:
docker build --pull -t limesurvey:fpm-alpine fpm-alpine
docker build --pull -t limesurvey:fpm-alpine 3.0/fpm-alpine
fpm-alpine4:
docker build --pull -t limesurvey:fpm-alpine 4.0/fpm-alpine
fpm:
docker build --pull -t limesurvey:fpm fpm
docker build --pull -t limesurvey:fpm 3.0/fpm
fpm4:
docker build --pull -t limesurvey:fpm 4.0/fpm