7.2.6-r23 release
This commit is contained in:
parent
01122778da
commit
87161f446d
|
|
@ -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.6-r22" \
|
||||
BITNAMI_IMAGE_VERSION="7.2.6-r23" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"
|
||||
|
||||
EXPOSE 9000
|
||||
|
|
|
|||
|
|
@ -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.6-r22" \
|
||||
BITNAMI_IMAGE_VERSION="7.2.6-r23" \
|
||||
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"]
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ $ docker-compose up -d
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`7.2-rhel-7`, `7.2.6-rhel-7-r5` (7.2/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.6-rhel-7-r5/7.2/rhel-7/Dockerfile)
|
||||
* [`7.2`, `7.2.6-r22` (7.2/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.6-r22/7.2/Dockerfile)
|
||||
* [`7.2`, `7.2.6-r23` (7.2/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.6-r23/7.2/Dockerfile)
|
||||
* [`7.2-ol-7`, `7.2.6-ol-7-r4` (7.2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.6-ol-7-r4/7.2/ol-7/Dockerfile)
|
||||
* [`7.1-rhel-7`, `7.1.18-rhel-7-r2` (7.1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.1.18-rhel-7-r2/7.1/rhel-7/Dockerfile)
|
||||
* [`7.1`, `7.1.18-r19`, `latest` (7.1/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.1.18-r19/7.1/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue