7.3.0-ol-7-r17 release
This commit is contained in:
parent
50c6546623
commit
ceed3f47de
|
|
@ -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.3.0-ol-7-r16" \
|
||||
BITNAMI_IMAGE_VERSION="7.3.0-ol-7-r17" \
|
||||
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.3.0-ol-7-r16 as development
|
||||
FROM bitnami/php-fpm:7.3.0-ol-7-r17 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.3.0-ol-7-r16" \
|
||||
BITNAMI_IMAGE_VERSION="7.3.0-ol-7-r17" \
|
||||
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" ]
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`7.3-rhel-7`, `7.3.0-rhel-7-r17` (7.3/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.3.0-rhel-7-r17/7.3/rhel-7/Dockerfile)
|
||||
* [`7.3-ol-7`, `7.3.0-ol-7-r16` (7.3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.3.0-ol-7-r16/7.3/ol-7/Dockerfile)
|
||||
* [`7.3-ol-7`, `7.3.0-ol-7-r17` (7.3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.3.0-ol-7-r17/7.3/ol-7/Dockerfile)
|
||||
* [`7.3-debian-9`, `7.3.0-debian-9-r17`, `7.3`, `7.3.0`, `7.3.0-r17` (7.3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.3.0-debian-9-r17/7.3/debian-9/Dockerfile)
|
||||
* [`7.2-rhel-7`, `7.2.13-rhel-7-r13` (7.2/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.13-rhel-7-r13/7.2/rhel-7/Dockerfile)
|
||||
* [`7.2-ol-7`, `7.2.13-ol-7-r23` (7.2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.13-ol-7-r23/7.2/ol-7/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue