From: Thomas Bruederli Date: Thu, 28 Jul 2022 20:53:34 +0000 (+0200) Subject: Release version 1.6.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0296150d297aa055dd699d8743f5606d6826babc;p=roundcube-roundcubemail-docker.git Release version 1.6.0 --- diff --git a/apache/Dockerfile b/apache/Dockerfile index 9e6bf77..4f967d2 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.4-apache +FROM php:8.0-apache LABEL maintainer="Thomas Bruederli " RUN set -ex; \ @@ -68,7 +68,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer RUN a2enmod rewrite # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.5.3 +ENV ROUNDCUBEMAIL_VERSION 1.6.0 # Define the GPG key used for the bundle verification process ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5" @@ -96,9 +96,6 @@ RUN set -ex; \ rm -rf /usr/src/roundcubemail/installer; \ chown -R www-data:www-data /usr/src/roundcubemail/logs -# copy the latest version of initdb.sh which supports the --update flag -RUN curl -fL https://raw.githubusercontent.com/roundcube/roundcubemail/master/bin/initdb.sh > /usr/src/roundcubemail/bin/initdb.sh && chmod +x /usr/src/roundcubemail/bin/initdb.sh - # include the wait-for-it.sh script RUN curl -fL https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh > /wait-for-it.sh && chmod +x /wait-for-it.sh diff --git a/apache/docker-entrypoint.sh b/apache/docker-entrypoint.sh index 3937945..a1a4356 100755 --- a/apache/docker-entrypoint.sh +++ b/apache/docker-entrypoint.sh @@ -95,10 +95,8 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then echo "" # entrypoint.sh and installto.sh dependencies @@ -58,7 +58,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.5.3 +ENV ROUNDCUBEMAIL_VERSION 1.6.0 # Define the GPG key used for the bundle verification process ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5" @@ -88,9 +88,6 @@ RUN set -ex; \ chown -R www-data:www-data /usr/src/roundcubemail/logs; \ apk del .fetch-deps -# copy the latest version of initdb.sh which supports the --update flag -RUN curl -fL https://raw.githubusercontent.com/roundcube/roundcubemail/master/bin/initdb.sh > /usr/src/roundcubemail/bin/initdb.sh && chmod +x /usr/src/roundcubemail/bin/initdb.sh - # include the wait-for-it.sh script RUN curl -fL https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh > /wait-for-it.sh && chmod +x /wait-for-it.sh diff --git a/fpm-alpine/docker-entrypoint.sh b/fpm-alpine/docker-entrypoint.sh index 3937945..a1a4356 100755 --- a/fpm-alpine/docker-entrypoint.sh +++ b/fpm-alpine/docker-entrypoint.sh @@ -95,10 +95,8 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then echo "" RUN set -ex; \ @@ -67,7 +67,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.5.3 +ENV ROUNDCUBEMAIL_VERSION 1.6.0 # Define the GPG key used for the bundle verification process ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5" @@ -95,9 +95,6 @@ RUN set -ex; \ rm -rf /usr/src/roundcubemail/installer; \ chown -R www-data:www-data /usr/src/roundcubemail/logs -# copy the latest version of initdb.sh which supports the --update flag -RUN curl -fL https://raw.githubusercontent.com/roundcube/roundcubemail/master/bin/initdb.sh > /usr/src/roundcubemail/bin/initdb.sh && chmod +x /usr/src/roundcubemail/bin/initdb.sh - # include the wait-for-it.sh script RUN curl -fL https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh > /wait-for-it.sh && chmod +x /wait-for-it.sh diff --git a/fpm/docker-entrypoint.sh b/fpm/docker-entrypoint.sh index 3937945..a1a4356 100755 --- a/fpm/docker-entrypoint.sh +++ b/fpm/docker-entrypoint.sh @@ -95,10 +95,8 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then echo "" # entrypoint.sh and installto.sh dependencies @@ -88,9 +88,6 @@ RUN set -ex; \ chown -R www-data:www-data /usr/src/roundcubemail/logs; \ apk del .fetch-deps -# copy the latest version of initdb.sh which supports the --update flag -RUN curl -fL https://raw.githubusercontent.com/roundcube/roundcubemail/master/bin/initdb.sh > /usr/src/roundcubemail/bin/initdb.sh && chmod +x /usr/src/roundcubemail/bin/initdb.sh - # include the wait-for-it.sh script RUN curl -fL https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh > /wait-for-it.sh && chmod +x /wait-for-it.sh diff --git a/templates/Dockerfile-debian.templ b/templates/Dockerfile-debian.templ index 6b4dc04..6a89bf4 100644 --- a/templates/Dockerfile-debian.templ +++ b/templates/Dockerfile-debian.templ @@ -1,4 +1,4 @@ -FROM php:7.4-%%VARIANT%% +FROM php:8.0-%%VARIANT%% LABEL maintainer="Thomas Bruederli " RUN set -ex; \ @@ -95,9 +95,6 @@ RUN set -ex; \ rm -rf /usr/src/roundcubemail/installer; \ chown -R www-data:www-data /usr/src/roundcubemail/logs -# copy the latest version of initdb.sh which supports the --update flag -RUN curl -fL https://raw.githubusercontent.com/roundcube/roundcubemail/master/bin/initdb.sh > /usr/src/roundcubemail/bin/initdb.sh && chmod +x /usr/src/roundcubemail/bin/initdb.sh - # include the wait-for-it.sh script RUN curl -fL https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh > /wait-for-it.sh && chmod +x /wait-for-it.sh diff --git a/templates/docker-entrypoint.sh b/templates/docker-entrypoint.sh index 3937945..a1a4356 100644 --- a/templates/docker-entrypoint.sh +++ b/templates/docker-entrypoint.sh @@ -95,10 +95,8 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then echo "