7.2.7-r8 release

Specify daemon as the UNIX group where the service will run under
This commit is contained in:
Bitnami Bot 2018-06-28 16:03:04 +00:00
parent cb8b35bff3
commit db418e096b
3 changed files with 7 additions and 7 deletions

View File

@ -3,15 +3,15 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages ca-certificates libbz2-1.0 libc6 libcomerr2 libcurl3 libffi6 libfreetype6 libgcc1 libgcrypt20 libgmp10 libgnutls-deb0-28 libgpg-error0 libgssapi-krb5-2 libhogweed2 libicu52 libidn11 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libncurses5 libnettle4 libp11-kit0 libpng12-0 libpq5 libreadline6 librtmp1 libsasl2-2 libssh2-1 libssl1.0.0 libstdc++6 libsybdb5 libtasn1-6 libtidy-0.99-0 libtinfo5 libxml2 libxslt1.1 wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/php-7.2.7-1-linux-x64-debian-8.tar.gz && \
echo "0d3811b30eb3bce8e57cbb10fd14cb7ce34925e2dc1715f2cc6c25a649caa82c /tmp/bitnami/pkg/cache/php-7.2.7-1-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/php-7.2.7-1-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/php-7.2.7-1-linux-x64-debian-8.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/php-7.2.7-2-linux-x64-debian-8.tar.gz && \
echo "2d53269f547f81db55c31e5709889127d60f943df0a98479be6ff1623eaa727e /tmp/bitnami/pkg/cache/php-7.2.7-2-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/php-7.2.7-2-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/php-7.2.7-2-linux-x64-debian-8.tar.gz
RUN mkdir -p /bitnami && ln -sf /bitnami/php /bitnami/php-fpm
RUN mkdir /opt/bitnami/php/logs && touch /opt/bitnami/php/logs/php-fpm.log
ENV BITNAMI_APP_NAME="php-fpm" \
BITNAMI_IMAGE_VERSION="7.2.7-r7" \
BITNAMI_IMAGE_VERSION="7.2.7-r8" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"
EXPOSE 9000

View File

@ -8,7 +8,7 @@ COPY --from=development /opt/bitnami/common /opt/bitnami/common
COPY --from=development /opt/bitnami/php /opt/bitnami/php
ENV BITNAMI_APP_NAME="php-fpm" \
BITNAMI_IMAGE_VERSION="7.2.7-r7" \
BITNAMI_IMAGE_VERSION="7.2.7-r8" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"
CMD ["php-fpm","-F","--pid","/opt/bitnami/php/tmp/php-fpm.pid","-y","/opt/bitnami/php/etc/php-fpm.conf"]

View File

@ -30,7 +30,7 @@ $ docker-compose up -d
# Supported tags and respective `Dockerfile` links
* [`7.2-rhel-7`, `7.2.7-rhel-7-r1` (7.2/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.7-rhel-7-r1/7.2/rhel-7/Dockerfile)
* [`7.2`, `7.2.7-r7` (7.2/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.7-r7/7.2/Dockerfile)
* [`7.2`, `7.2.7-r8` (7.2/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.7-r8/7.2/Dockerfile)
* [`7.2-ol-7`, `7.2.7-ol-7-r2` (7.2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.7-ol-7-r2/7.2/ol-7/Dockerfile)
* [`7.1-rhel-7`, `7.1.19-rhel-7-r2` (7.1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.1.19-rhel-7-r2/7.1/rhel-7/Dockerfile)
* [`7.1`, `7.1.19-r3`, `latest` (7.1/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.1.19-r3/7.1/Dockerfile)