3.3.5-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2021-10-03 16:14:35 +00:00
parent dc964572c3
commit 30e179214b
3 changed files with 6 additions and 6 deletions

View File

@ -14,14 +14,14 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.49-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.31-2" --checksum 15b394a022ca1d0b4b89bfee0487ee13f9e8cc697d0ca09ce62a0a3732536236
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.24-0" --checksum 918193450a025252992e041b8cf995b6ba3b2ddac65e2333796b921ea8d74e0e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "phpbb" "3.3.4-0" --checksum 821bd27b2f10991fc422e3bdd3722edc488a38c0da654de98b168b8c484496b4
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "phpbb" "3.3.5-0" --checksum 65d42643f80e077550bf30124b3c241f7024b3268bcb7eb9956c847611110cb9
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
RUN /opt/bitnami/scripts/apache/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/apache/postunpack.sh
RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
RUN /opt/bitnami/scripts/phpbb/postunpack.sh
ENV ALLOW_EMPTY_PASSWORD="no" \
@ -29,7 +29,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
BITNAMI_APP_NAME="phpbb" \
BITNAMI_IMAGE_VERSION="3.3.4-debian-10-r137" \
BITNAMI_IMAGE_VERSION="3.3.5-debian-10-r0" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@ -36,10 +36,10 @@
},
"phpbb": {
"arch": "amd64",
"digest": "821bd27b2f10991fc422e3bdd3722edc488a38c0da654de98b168b8c484496b4",
"digest": "65d42643f80e077550bf30124b3c241f7024b3268bcb7eb9956c847611110cb9",
"distro": "debian-10",
"type": "NAMI",
"version": "3.3.4-0"
"version": "3.3.5-0"
},
"render-template": {
"arch": "amd64",

View File

@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`3`, `3-debian-10`, `3.3.4`, `3.3.4-debian-10-r137`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.4-debian-10-r137/3/debian-10/Dockerfile)
* [`3`, `3-debian-10`, `3.3.5`, `3.3.5-debian-10-r0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.5-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).