[bitnami/phpbb] Release 3.3.9-debian-11-r0 (#15273)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
373c806be3
commit
b765d20518
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="3.3.8-debian-11-r51" \
|
||||
org.opencontainers.image.ref.name="3.3.9-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.8"
|
||||
org.opencontainers.image.version="3.3.9"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
"mysql-client-10.6.11-1-linux-${OS_ARCH}-debian-11" \
|
||||
"libphp-8.0.26-1-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
"phpbb-3.3.8-5-linux-${OS_ARCH}-debian-11" \
|
||||
"phpbb-3.3.9-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -50,7 +50,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.8" \
|
||||
APP_VERSION="3.3.9" \
|
||||
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": "b5f75684fcba4f11cd2d8b8e10164747af846affe57d392020aebd9c4130806a",
|
||||
"digest": "125cf76231706c3b9794b640544b6c1673eb18091bb1753f79bbc909f1191201",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.3.8-5"
|
||||
"version": "3.3.9-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "3"
|
||||
- "3-debian-11"
|
||||
- "3.3.8"
|
||||
- "3.3.9"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue