7.2.10-ol-7-r1 release
This commit is contained in:
parent
aa6b47e759
commit
ec464be5b7
|
|
@ -3,15 +3,15 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages bzip2-libs ca-certificates cyrus-sasl-lib freetds freetype glibc gmp gnutls keyutils-libs krb5-libs libcom_err libcurl libffi libgcc libgcrypt libgpg-error libicu libidn libjpeg-turbo libpng libselinux libssh2 libstdc++ libtasn1 libtidy libxml2 libxslt ncurses-libs nettle nspr nss nss-softokn-freebl nss-util openldap openssl-libs p11-kit pcre postgresql-libs readline wget xz-libs zlib
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/php-7.2.10-0-linux-x86_64-ol-7.tar.gz && \
|
||||
echo "042627317c523e715659b561869b048726f03cf16e62043b6e220aa2fc0ee7fb /tmp/bitnami/pkg/cache/php-7.2.10-0-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/php-7.2.10-0-linux-x86_64-ol-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/php-7.2.10-0-linux-x86_64-ol-7.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/php-7.2.10-1-linux-x86_64-ol-7.tar.gz && \
|
||||
echo "ab9683f5de08f91873bc808b851105df4cd875367c920463c24fd1a52868c810 /tmp/bitnami/pkg/cache/php-7.2.10-1-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/php-7.2.10-1-linux-x86_64-ol-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/php-7.2.10-1-linux-x86_64-ol-7.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.10-ol-7-r0" \
|
||||
BITNAMI_IMAGE_VERSION="7.2.10-ol-7-r1" \
|
||||
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.10-ol-7-r0 as development
|
||||
FROM bitnami/php-fpm:7.2.10-ol-7-r1 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.10-ol-7-r0" \
|
||||
BITNAMI_IMAGE_VERSION="7.2.10-ol-7-r1" \
|
||||
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" ]
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`7.2-rhel-7`, `7.2.10-rhel-7-r0` (7.2/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.10-rhel-7-r0/7.2/rhel-7/Dockerfile)
|
||||
* [`7.2-ol-7`, `7.2.10-ol-7-r0` (7.2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.10-ol-7-r0/7.2/ol-7/Dockerfile)
|
||||
* [`7.2-ol-7`, `7.2.10-ol-7-r1` (7.2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.10-ol-7-r1/7.2/ol-7/Dockerfile)
|
||||
* [`7.2-debian-9`, `7.2.10-debian-9-r1`, `7.2`, `7.2.10`, `7.2.10-r1` (7.2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.2.10-debian-9-r1/7.2/debian-9/Dockerfile)
|
||||
* [`7.1-rhel-7`, `7.1.22-rhel-7-r0` (7.1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.1.22-rhel-7-r0/7.1/rhel-7/Dockerfile)
|
||||
* [`7.1-ol-7`, `7.1.22-ol-7-r0` (7.1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.1.22-ol-7-r0/7.1/ol-7/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue