7.2.13-ol-7-r7 release

This commit is contained in:
Bitnami Bot 2018-12-12 02:51:57 +00:00
parent f2df9682da
commit fc4b5384ec
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ 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.13-ol-7-r6" \
BITNAMI_IMAGE_VERSION="7.2.13-ol-7-r7" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/php/sbin:$PATH"
EXPOSE 9000

View File

@ -1,5 +1,5 @@
FROM bitnami/php-fpm:7.2.13-ol-7-r6 as development
FROM bitnami/php-fpm:7.2.13-ol-7-r7 as development
FROM bitnami/oraclelinux-runtimes:7-php
LABEL maintainer "Bitnami <containers@bitnami.com>"
@ -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.13-ol-7-r6" \
BITNAMI_IMAGE_VERSION="7.2.13-ol-7-r7" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/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

@ -52,7 +52,7 @@ $ kubectl apply -f test.yaml
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`7.2-ol-7`, `7.2.13-ol-7-r6` (7.2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.13-ol-7-r6/7.2/ol-7/Dockerfile)
* [`7.2-ol-7`, `7.2.13-ol-7-r7` (7.2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.13-ol-7-r7/7.2/ol-7/Dockerfile)
* [`7.2-debian-9`, `7.2.13-debian-9-r8`, `7.2`, `7.2.13`, `7.2.13-r8` (7.2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.13-debian-9-r8/7.2/debian-9/Dockerfile)
* [`7.2-rhel-7`, `7.2.12-rhel-7-r2` (7.2/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.12-rhel-7-r2/7.2/rhel-7/Dockerfile)
* [`7.1-ol-7`, `7.1.25-ol-7-r6` (7.1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.1.25-ol-7-r6/7.1/ol-7/Dockerfile)