3.3.0-ol-7-r20 release

This commit is contained in:
Bitnami Bot 2020-01-25 06:06:38 +00:00
parent 7fe8f3ed77
commit becbe174d3
2 changed files with 4 additions and 4 deletions

View File

@ -9,9 +9,9 @@ RUN install_packages bzip2-libs ca-certificates curl cyrus-sasl-lib expat freetd
RUN /build/bitnami-user.sh && \
/build/install-nami.sh
RUN bitnami-pkg unpack apache-2.4.41-4 --checksum f776f87e3c54a2ff1e13ed75de39356df465b53ac3264a94c3d6ad9252f5b682
RUN bitnami-pkg unpack php-7.2.26-3 --checksum 214574a63cb1b3f6d43950892d2bb22956b1e67c568977c01afe6e47db2e6f58
RUN bitnami-pkg unpack php-7.2.27-0 --checksum 1c6dd8382928048eef5898d2e94b3296b41080ce7b9fe70ad74bbd4598c5b2fc
RUN bitnami-pkg unpack mysql-client-10.3.21-0 --checksum 9e012f0e449a963c923c8ea7a5cc2ab2c688564ed910eaab2aef1ad70c5d8e4b
RUN bitnami-pkg install libphp-7.2.26-3 --checksum dbec9c013eff8f08f8fdf6e7b053fdb1894f4d994f46cc31dd882607468b1248
RUN bitnami-pkg install libphp-7.2.27-0 --checksum ce26afb558cb054f530cb2023441a8cbb4658945e49d36cb6b82558c9f4f7c39
RUN bitnami-pkg unpack phpbb-3.3.0-0 --checksum 49751618ad4ab1cc2575336107156bb0058a8f832a22a947906d22a142075fc6
RUN yum upgrade -y && \
rm -r /var/cache/yum
@ -21,7 +21,7 @@ RUN /build/install-tini.sh
COPY rootfs /
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="phpbb" \
BITNAMI_IMAGE_VERSION="3.3.0-ol-7-r19" \
BITNAMI_IMAGE_VERSION="3.3.0-ol-7-r20" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@ -38,7 +38,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
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/).
* [`3-ol-7`, `3.3.0-ol-7-r19` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.0-ol-7-r19/3/ol-7/Dockerfile)
* [`3-ol-7`, `3.3.0-ol-7-r20` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.0-ol-7-r20/3/ol-7/Dockerfile)
* [`3-debian-10`, `3.3.0-debian-10-r0`, `3`, `3.3.0`, `3.3.0-r0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.0-debian-10-r0/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb).