From 23283fda90b160e34928a6f8ea8b29c04cc943f9 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 20 Apr 2022 14:05:03 +0000 Subject: [PATCH] 3.3.7-debian-10-r34 release --- bitnami/phpbb/3/debian-10/Dockerfile | 2 +- bitnami/phpbb/README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bitnami/phpbb/3/debian-10/Dockerfile b/bitnami/phpbb/3/debian-10/Dockerfile index 062252679191..f6ee17369eed 100644 --- a/bitnami/phpbb/3/debian-10/Dockerfile +++ b/bitnami/phpbb/3/debian-10/Dockerfile @@ -22,8 +22,8 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/mysql-client/postunpack.sh -RUN /opt/bitnami/scripts/php/postunpack.sh RUN /opt/bitnami/scripts/apache/postunpack.sh +RUN /opt/bitnami/scripts/php/postunpack.sh RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh RUN /opt/bitnami/scripts/phpbb/postunpack.sh ENV APACHE_HTTPS_PORT_NUMBER="" \ diff --git a/bitnami/phpbb/README.md b/bitnami/phpbb/README.md index d6517f0dbea6..103e7017bfff 100644 --- a/bitnami/phpbb/README.md +++ b/bitnami/phpbb/README.md @@ -26,8 +26,6 @@ $ docker-compose up -d * All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images. * Bitnami container images are released daily with the latest distribution packages available. -> This [CVE scan report](https://quay.io/repository/bitnami/phpbb?tab=tags) contains a security report with all open CVEs. To get the list of actionable security issues, find the "latest" tag, click the vulnerability report link under the corresponding "Security scan" field and then select the "Only show fixable" filter on the next page. - ## How to deploy phpBB in Kubernetes? Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami phpBB Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/phpbb). @@ -43,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.7`, `3.3.7-debian-10-r33`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.7-debian-10-r33/3/debian-10/Dockerfile) +* [`3`, `3-debian-10`, `3.3.7`, `3.3.7-debian-10-r34`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.7-debian-10-r34/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb).