mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Compare commits
27 Commits
5.6.43-231
...
6.4.6-2402
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5318ab5f54 | ||
|
|
ddb0a1513c | ||
|
|
79928f4075 | ||
|
|
b297c16f7c | ||
|
|
322cf3732e | ||
|
|
22fc8f2d56 | ||
|
|
e4facd925f | ||
|
|
80098d872b | ||
|
|
23f8264caa | ||
|
|
ef7111d27c | ||
|
|
73ff270819 | ||
|
|
b8ef3a9e7c | ||
|
|
73231ca1e2 | ||
|
|
121fa8db27 | ||
|
|
d7ce8fa25b | ||
|
|
930909ced0 | ||
|
|
7343b66cba | ||
|
|
55c7a955bc | ||
|
|
02e8715589 | ||
|
|
b19d599e78 | ||
|
|
98db5c64e9 | ||
|
|
cbc70e8d1f | ||
|
|
fbd0af36a9 | ||
|
|
cf6a81b1f0 | ||
|
|
7f9fb7c962 | ||
|
|
8b727d954f | ||
|
|
ef3fab259e |
@@ -81,8 +81,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.6.43+231030"
|
||||
ARG sha256_checksum="4eedef15202ac771e08cb64a4c8e4083026da6ac1642f9a1ba952f8917e321f0"
|
||||
ARG version="5.6.54+240206"
|
||||
ARG sha256_checksum="4ff5c44c4137930d27fe0aae60e089c57238bedd30ae3ced376a6b0c5167ef3c"
|
||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
||||
ARG USER=www-data
|
||||
ARG LISTEN_PORT=8080
|
||||
|
||||
@@ -51,8 +51,8 @@ RUN set -ex; \
|
||||
apk add --no-cache --no-network --virtual .limesurvey-phpext-rundeps $runDeps; \
|
||||
apk del --no-cache --no-network .build-deps
|
||||
|
||||
ARG version="5.6.43+231030"
|
||||
ARG sha256_checksum="4eedef15202ac771e08cb64a4c8e4083026da6ac1642f9a1ba952f8917e321f0"
|
||||
ARG version="5.6.54+240206"
|
||||
ARG sha256_checksum="4ff5c44c4137930d27fe0aae60e089c57238bedd30ae3ced376a6b0c5167ef3c"
|
||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
||||
ARG USER=www-data
|
||||
ENV LIMESURVEY_VERSION=$version
|
||||
|
||||
@@ -68,8 +68,8 @@ RUN set -ex; \
|
||||
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ARG version="5.6.43+231030"
|
||||
ARG sha256_checksum="4eedef15202ac771e08cb64a4c8e4083026da6ac1642f9a1ba952f8917e321f0"
|
||||
ARG version="5.6.54+240206"
|
||||
ARG sha256_checksum="4ff5c44c4137930d27fe0aae60e089c57238bedd30ae3ced376a6b0c5167ef3c"
|
||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
||||
ARG USER=www-data
|
||||
ENV LIMESURVEY_VERSION=$version
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/php:8.0-apache
|
||||
FROM docker.io/php:8.1-apache
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
|
||||
# Install OS dependencies
|
||||
@@ -64,6 +64,13 @@ RUN set -ex; \
|
||||
| cut -d: -f1 \
|
||||
| sort -u \
|
||||
| xargs -rt apt-mark manual; \
|
||||
ldd "$(php -r 'echo ini_get("extension_dir");')"/*.so \
|
||||
| awk '$3 ~ /^\/lib/ { print "/usr"$3 }' \
|
||||
| sort -u \
|
||||
| xargs -r dpkg-query -S \
|
||||
| cut -d: -f1 \
|
||||
| sort -u \
|
||||
| xargs -rt apt-mark manual; \
|
||||
\
|
||||
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
@@ -81,8 +88,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="6.3.1+231023"
|
||||
ARG sha256_checksum="7a75e490d28c27b4eef9bcebda08edf927a48009769471da8a1b3dcc4099e9ca"
|
||||
ARG version="6.4.6+240212"
|
||||
ARG sha256_checksum="56bb08660f56b53e9157959de7cc1d975251df7af71a485c1755546181820f2f"
|
||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
||||
ARG USER=www-data
|
||||
ARG LISTEN_PORT=8080
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/php:8.0-fpm-alpine
|
||||
FROM docker.io/php:8.1-fpm-alpine
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
|
||||
# Install OS dependencies
|
||||
@@ -51,8 +51,8 @@ RUN set -ex; \
|
||||
apk add --no-cache --no-network --virtual .limesurvey-phpext-rundeps $runDeps; \
|
||||
apk del --no-cache --no-network .build-deps
|
||||
|
||||
ARG version="6.3.1+231023"
|
||||
ARG sha256_checksum="7a75e490d28c27b4eef9bcebda08edf927a48009769471da8a1b3dcc4099e9ca"
|
||||
ARG version="6.4.6+240212"
|
||||
ARG sha256_checksum="56bb08660f56b53e9157959de7cc1d975251df7af71a485c1755546181820f2f"
|
||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
||||
ARG USER=www-data
|
||||
ENV LIMESURVEY_VERSION=$version
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/php:8.0-fpm
|
||||
FROM docker.io/php:8.1-fpm
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
|
||||
# Install OS dependencies
|
||||
@@ -64,12 +64,19 @@ RUN set -ex; \
|
||||
| cut -d: -f1 \
|
||||
| sort -u \
|
||||
| xargs -rt apt-mark manual; \
|
||||
ldd "$(php -r 'echo ini_get("extension_dir");')"/*.so \
|
||||
| awk '$3 ~ /^\/lib/ { print "/usr"$3 }' \
|
||||
| sort -u \
|
||||
| xargs -r dpkg-query -S \
|
||||
| cut -d: -f1 \
|
||||
| sort -u \
|
||||
| xargs -rt apt-mark manual; \
|
||||
\
|
||||
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ARG version="6.3.1+231023"
|
||||
ARG sha256_checksum="7a75e490d28c27b4eef9bcebda08edf927a48009769471da8a1b3dcc4099e9ca"
|
||||
ARG version="6.4.6+240212"
|
||||
ARG sha256_checksum="56bb08660f56b53e9157959de7cc1d975251df7af71a485c1755546181820f2f"
|
||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
|
||||
ARG USER=www-data
|
||||
ENV LIMESURVEY_VERSION=$version
|
||||
|
||||
Reference in New Issue
Block a user