7.2.9-debian-9-r10 release
This commit is contained in:
parent
c8518adc0f
commit
e9e7cde01a
|
|
@ -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.9-debian-9-r9" \
|
||||
BITNAMI_IMAGE_VERSION="7.2.9-debian-9-r10" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/php/sbin:$PATH"
|
||||
|
||||
EXPOSE 9000
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
FROM bitnami/php-fpm:7.2.9-debian-9-r9 as development
|
||||
FROM bitnami/php-fpm:7.2.9-debian-9-r10 as development
|
||||
|
||||
FROM bitnami/minideb-runtimes:stretch-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.9-debian-9-r9" \
|
||||
BITNAMI_IMAGE_VERSION="7.2.9-debian-9-r10" \
|
||||
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" ]
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
* [`7.2-rhel-7`, `7.2.9-rhel-7-r0` (7.2/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.9-rhel-7-r0/7.2/rhel-7/Dockerfile)
|
||||
* [`7.2-ol-7`, `7.2.9-ol-7-r7` (7.2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.9-ol-7-r7/7.2/ol-7/Dockerfile)
|
||||
* [`7.2-debian-9`, `7.2.9-debian-9-r9`, `7.2`, `7.2.9`, `7.2.9-r9` (7.2/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.9-debian-9-r9/7.2/Dockerfile)
|
||||
* [`7.2-debian-9`, `7.2.9-debian-9-r10`, `7.2`, `7.2.9`, `7.2.9-r10` (7.2/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.9-debian-9-r10/7.2/Dockerfile)
|
||||
* [`7.1-rhel-7`, `7.1.21-rhel-7-r0` (7.1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.1.21-rhel-7-r0/7.1/rhel-7/Dockerfile)
|
||||
* [`7.1-ol-7`, `7.1.21-ol-7-r4` (7.1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.1.21-ol-7-r4/7.1/ol-7/Dockerfile)
|
||||
* [`7.1-debian-9`, `7.1.21-debian-9-r4`, `7.1`, `7.1.21`, `7.1.21-r4`, `latest` (7.1/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.1.21-debian-9-r4/7.1/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue