Compare commits

...

10 Commits

Author SHA1 Message Date
Markus Opolka
3117108a47 Upgrading to Version 5.4.2+220921 2022-09-26 14:14:10 +02:00
Markus Opolka
ce612a0bb9 Upgrading to LTS Version 3.28.29+220920 2022-09-26 14:13:45 +02:00
Markus Opolka
f094489674 Upgrading to Version 5.4.1+220919 2022-09-21 08:39:27 +02:00
Markus Opolka
12a8ba2660 Merge pull request #128 from edgarrmondragon/upgrade-5.4.0+220913
Upgrading to Version 5.4.0+220913
2022-09-19 21:17:53 +02:00
Markus Opolka
f3e7c1451a Merge pull request #129 from edgarrmondragon/upgrade-3.28.28+220912
Upgrading to LTS Version 3.28.28+220912
2022-09-19 21:11:30 +02:00
Edgar Ramírez Mondragón
66b2708e41 Upgrading to LTS Version 3.28.28+220912 2022-09-19 12:53:22 -05:00
Edgar Ramírez Mondragón
5ba0746db1 Upgrading to Version 5.4.0+220913 2022-09-19 12:52:19 -05:00
Markus Opolka
38ba19ffec Update Makefile to that Container runtime is variable 2022-09-14 15:26:08 +02:00
Markus Opolka
8d54793bf6 Upgrading to Version 5.3.32+220817 2022-09-13 12:44:01 +02:00
Markus Opolka
f8122f286c Upgrading to LTS Version 3.28.27+220905 2022-09-12 16:25:02 +02:00
7 changed files with 13 additions and 15 deletions

View File

@@ -59,8 +59,8 @@ RUN a2enmod headers rewrite remoteip; \
# Use the default production configuration
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
ARG version="3.28.26+220829"
ARG sha256_checksum="162375ab340fe2952dce760bae65732e797978946075d9263d831a2d36ed7f8d"
ARG version="3.28.29+220920"
ARG sha256_checksum="79f43336a9a8a692d33d089a948e1caeed73a6d040abd246f1c2af0d3817ecb0"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=root
ARG LISTEN_PORT=80

View File

@@ -33,8 +33,8 @@ RUN set -ex; \
tidy \
zip
ARG version="3.28.26+220829"
ARG sha256_checksum="162375ab340fe2952dce760bae65732e797978946075d9263d831a2d36ed7f8d"
ARG version="3.28.29+220920"
ARG sha256_checksum="79f43336a9a8a692d33d089a948e1caeed73a6d040abd246f1c2af0d3817ecb0"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ENV LIMESURVEY_VERSION=$version

View File

@@ -46,8 +46,8 @@ RUN set -ex; \
tidy \
zip
ARG version="3.28.26+220829"
ARG sha256_checksum="162375ab340fe2952dce760bae65732e797978946075d9263d831a2d36ed7f8d"
ARG version="3.28.29+220920"
ARG sha256_checksum="79f43336a9a8a692d33d089a948e1caeed73a6d040abd246f1c2af0d3817ecb0"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ENV LIMESURVEY_VERSION=$version

View File

@@ -60,8 +60,8 @@ RUN a2enmod headers rewrite remoteip; \
# Use the default production configuration
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
ARG version="5.3.31+220815"
ARG sha256_checksum="4edc26ab138eabe7038bdbd62e957949e9745f64e2f68fe20655fe7dbe503ded"
ARG version="5.4.2+220921"
ARG sha256_checksum="75a74bd039ba1770b32b48fbb53bc8c50c2e4a0e6ed76ef6ff0aefad385cb636"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ARG LISTEN_PORT=8080

View File

@@ -34,8 +34,8 @@ RUN set -ex; \
tidy \
zip
ARG version="5.3.31+220815"
ARG sha256_checksum="4edc26ab138eabe7038bdbd62e957949e9745f64e2f68fe20655fe7dbe503ded"
ARG version="5.4.2+220921"
ARG sha256_checksum="75a74bd039ba1770b32b48fbb53bc8c50c2e4a0e6ed76ef6ff0aefad385cb636"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ENV LIMESURVEY_VERSION=$version

View File

@@ -46,8 +46,8 @@ RUN set -ex; \
tidy \
zip
ARG version="5.3.31+220815"
ARG sha256_checksum="4edc26ab138eabe7038bdbd62e957949e9745f64e2f68fe20655fe7dbe503ded"
ARG version="5.4.2+220921"
ARG sha256_checksum="75a74bd039ba1770b32b48fbb53bc8c50c2e4a0e6ed76ef6ff0aefad385cb636"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG USER=www-data
ENV LIMESURVEY_VERSION=$version

View File

@@ -1,6 +1,4 @@
# .PHONY: apache fpm fpm-alpine
RUNTIME = podman
RUNTIME?=podman
apache-lts:
$(RUNTIME) build --pull -t docker.io/martialblog/limesurvey:3-apache 3.0/apache