mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 14:57:54 +08:00
[bitnami/phpbb] Release 3.3.10-debian-11-r0 (#23048)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.3.9-debian-11-r24" \
|
||||
org.opencontainers.image.ref.name="3.3.10-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/phpbb" \
|
||||
org.opencontainers.image.title="phpbb" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.3.9"
|
||||
org.opencontainers.image.version="3.3.10"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -27,7 +27,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
"mysql-client-10.6.11-2-linux-${OS_ARCH}-debian-11" \
|
||||
"libphp-8.1.14-2-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"phpbb-3.3.9-1-linux-${OS_ARCH}-debian-11" \
|
||||
"phpbb-3.3.10-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -51,7 +51,7 @@ RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/phpbb/postunpack.sh
|
||||
ENV APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
APP_VERSION="3.3.9" \
|
||||
APP_VERSION="3.3.10" \
|
||||
BITNAMI_APP_NAME="phpbb" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
||||
@@ -36,10 +36,10 @@
|
||||
},
|
||||
"phpbb": {
|
||||
"arch": "amd64",
|
||||
"digest": "dbad1975495959bebdababf3a45ac6f087dc6ecb29a69b5e51dc8d4f4142168b",
|
||||
"digest": "9823ee4534132b1b872896ef68100be1808aac4fab743a3a297aa8099782f8d5",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.3.9-1"
|
||||
"version": "3.3.10-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "3"
|
||||
- "3-debian-11"
|
||||
- "3.3.9"
|
||||
- "3.3.10"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user