Update Docker image to Alpine Linux 3.10.1

This commit is contained in:
Frédéric Guillot 2019-08-03 19:45:42 -07:00 committed by Frédéric Guillot
parent 3df095186c
commit b6e1c3f2c7
4 changed files with 9 additions and 16 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.10.0 FROM alpine:3.10.1
VOLUME /var/www/app/data VOLUME /var/www/app/data
VOLUME /var/www/app/plugins VOLUME /var/www/app/plugins
@ -8,12 +8,11 @@ EXPOSE 80 443
ARG VERSION ARG VERSION
RUN apk update && \ RUN apk --no-cache --update add \
apk add openssl unzip nginx bash ca-certificates s6 curl ssmtp mailx php7 php7-phar php7-curl \ openssl unzip nginx bash ca-certificates s6 curl ssmtp mailx php7 php7-phar php7-curl \
php7-fpm php7-json php7-zlib php7-xml php7-dom php7-ctype php7-opcache php7-zip php7-iconv \ php7-fpm php7-json php7-zlib php7-xml php7-dom php7-ctype php7-opcache php7-zip php7-iconv \
php7-pdo php7-pdo_mysql php7-pdo_sqlite php7-pdo_pgsql php7-mbstring php7-session php7-bcmath \ php7-pdo php7-pdo_mysql php7-pdo_sqlite php7-pdo_pgsql php7-mbstring php7-session php7-bcmath \
php7-gd php7-mcrypt php7-openssl php7-sockets php7-posix php7-ldap php7-simplexml && \ php7-gd php7-mcrypt php7-openssl php7-sockets php7-posix php7-ldap php7-simplexml && \
rm -rf /var/cache/apk/* && \
rm -rf /var/www/localhost && \ rm -rf /var/www/localhost && \
rm -f /etc/php7/php-fpm.d/www.conf rm -f /etc/php7/php-fpm.d/www.conf

View File

@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.10.0 FROM arm32v6/alpine:3.10.1
VOLUME /var/www/app/data VOLUME /var/www/app/data
VOLUME /var/www/app/plugins VOLUME /var/www/app/plugins
@ -8,12 +8,10 @@ EXPOSE 80 443
ARG VERSION ARG VERSION
RUN apk update && \ RUN apk --no-cache --update add openssl unzip nginx bash ca-certificates s6 curl ssmtp mailx php7 php7-phar php7-curl \
apk add openssl unzip nginx bash ca-certificates s6 curl ssmtp mailx php7 php7-phar php7-curl \
php7-fpm php7-json php7-zlib php7-xml php7-dom php7-ctype php7-opcache php7-zip php7-iconv \ php7-fpm php7-json php7-zlib php7-xml php7-dom php7-ctype php7-opcache php7-zip php7-iconv \
php7-pdo php7-pdo_mysql php7-pdo_sqlite php7-pdo_pgsql php7-mbstring php7-session php7-bcmath \ php7-pdo php7-pdo_mysql php7-pdo_sqlite php7-pdo_pgsql php7-mbstring php7-session php7-bcmath \
php7-gd php7-mcrypt php7-openssl php7-sockets php7-posix php7-ldap php7-simplexml && \ php7-gd php7-mcrypt php7-openssl php7-sockets php7-posix php7-ldap php7-simplexml && \
rm -rf /var/cache/apk/* && \
rm -rf /var/www/localhost && \ rm -rf /var/www/localhost && \
rm -f /etc/php7/php-fpm.d/www.conf rm -f /etc/php7/php-fpm.d/www.conf

View File

@ -1,4 +1,4 @@
FROM arm32v7/alpine:3.10.0 FROM arm32v7/alpine:3.10.1
VOLUME /var/www/app/data VOLUME /var/www/app/data
VOLUME /var/www/app/plugins VOLUME /var/www/app/plugins
@ -8,12 +8,10 @@ EXPOSE 80 443
ARG VERSION ARG VERSION
RUN apk update && \ RUN apk --no-cache --update add openssl unzip nginx bash ca-certificates s6 curl ssmtp mailx php7 php7-phar php7-curl \
apk add openssl unzip nginx bash ca-certificates s6 curl ssmtp mailx php7 php7-phar php7-curl \
php7-fpm php7-json php7-zlib php7-xml php7-dom php7-ctype php7-opcache php7-zip php7-iconv \ php7-fpm php7-json php7-zlib php7-xml php7-dom php7-ctype php7-opcache php7-zip php7-iconv \
php7-pdo php7-pdo_mysql php7-pdo_sqlite php7-pdo_pgsql php7-mbstring php7-session php7-bcmath \ php7-pdo php7-pdo_mysql php7-pdo_sqlite php7-pdo_pgsql php7-mbstring php7-session php7-bcmath \
php7-gd php7-mcrypt php7-openssl php7-sockets php7-posix php7-ldap php7-simplexml && \ php7-gd php7-mcrypt php7-openssl php7-sockets php7-posix php7-ldap php7-simplexml && \
rm -rf /var/cache/apk/* && \
rm -rf /var/www/localhost && \ rm -rf /var/www/localhost && \
rm -f /etc/php7/php-fpm.d/www.conf rm -f /etc/php7/php-fpm.d/www.conf

View File

@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.10.0 FROM arm64v8/alpine:3.10.1
VOLUME /var/www/app/data VOLUME /var/www/app/data
VOLUME /var/www/app/plugins VOLUME /var/www/app/plugins
@ -8,12 +8,10 @@ EXPOSE 80 443
ARG VERSION ARG VERSION
RUN apk update && \ RUN apk --no-cache --update add openssl unzip nginx bash ca-certificates s6 curl ssmtp mailx php7 php7-phar php7-curl \
apk add openssl unzip nginx bash ca-certificates s6 curl ssmtp mailx php7 php7-phar php7-curl \
php7-fpm php7-json php7-zlib php7-xml php7-dom php7-ctype php7-opcache php7-zip php7-iconv \ php7-fpm php7-json php7-zlib php7-xml php7-dom php7-ctype php7-opcache php7-zip php7-iconv \
php7-pdo php7-pdo_mysql php7-pdo_sqlite php7-pdo_pgsql php7-mbstring php7-session php7-bcmath \ php7-pdo php7-pdo_mysql php7-pdo_sqlite php7-pdo_pgsql php7-mbstring php7-session php7-bcmath \
php7-gd php7-mcrypt php7-openssl php7-sockets php7-posix php7-ldap php7-simplexml && \ php7-gd php7-mcrypt php7-openssl php7-sockets php7-posix php7-ldap php7-simplexml && \
rm -rf /var/cache/apk/* && \
rm -rf /var/www/localhost && \ rm -rf /var/www/localhost && \
rm -f /etc/php7/php-fpm.d/www.conf rm -f /etc/php7/php-fpm.d/www.conf