[bitnami/dokuwiki] Release 20220731.1.0-debian-11-r0 (#6684)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-09-16 15:48:03 +02:00
committed by GitHub
parent b2d1e16ea0
commit c24cd070f8
13 changed files with 22 additions and 22 deletions

View File

@@ -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="2022.7.31-debian-11-r13" \
org.opencontainers.image.ref.name="20220731.1.0-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dokuwiki" \
org.opencontainers.image.title="dokuwiki" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2022.7.31"
org.opencontainers.image.version="20220731.1.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -60,13 +60,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
tar -zxf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f dokuwiki-2022.7.31-2-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dokuwiki-2022.7.31-2-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dokuwiki-2022.7.31-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
if [ ! -f dokuwiki-20220731.1.0-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dokuwiki-20220731.1.0-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dokuwiki-20220731.1.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \
sha256sum -c dokuwiki-2022.7.31-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf dokuwiki-2022.7.31-2-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf dokuwiki-2022.7.31-2-linux-${OS_ARCH}-debian-11.tar.gz dokuwiki-2022.7.31-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256
sha256sum -c dokuwiki-20220731.1.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf dokuwiki-20220731.1.0-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf dokuwiki-20220731.1.0-0-linux-${OS_ARCH}-debian-11.tar.gz dokuwiki-20220731.1.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -78,7 +78,7 @@ RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
RUN /opt/bitnami/scripts/dokuwiki/postunpack.sh
ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
APP_VERSION="2022.7.31" \
APP_VERSION="20220731.1.0" \
BITNAMI_APP_NAME="dokuwiki" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -8,10 +8,10 @@
},
"dokuwiki": {
"arch": "amd64",
"digest": "0f45f8f7727171695c15a5b32063872218adfba84ffa3234ff528e73c96daf15",
"digest": "686626367d3f74fc7bd167447d71e63f163fe328146def3d8cdefc40cb5b2d2d",
"distro": "debian-11",
"type": "NAMI",
"version": "2022.7.31-2"
"version": "20220731.1.0-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -5,7 +5,7 @@
set -o errexit
set -o nounset
set -o pipefail
# set -o xtrace # Uncomment this line for debugging purpose
# set -o xtrace # Uncomment this line for debugging purposes
# Load libraries
. /opt/bitnami/scripts/libversion.sh

View File

@@ -5,7 +5,7 @@
set -o errexit
set -o nounset
set -o pipefail
# set -o xtrace # Uncomment this line for debugging purpose
# set -o xtrace # Uncomment this line for debugging purposes
# Load libraries
. /opt/bitnami/scripts/libapache.sh

View File

@@ -5,7 +5,7 @@
set -o errexit
set -o nounset
set -o pipefail
# set -o xtrace # Uncomment this line for debugging purpose
# set -o xtrace # Uncomment this line for debugging purposes
# Load libraries
. /opt/bitnami/scripts/libapache.sh

View File

@@ -5,7 +5,7 @@
set -o errexit
set -o nounset
set -o pipefail
# set -o xtrace # Uncomment this line for debugging purpose
# set -o xtrace # Uncomment this line for debugging purposes
# Load libraries
. /opt/bitnami/scripts/libapache.sh

View File

@@ -5,7 +5,7 @@
set -o errexit
set -o nounset
set -o pipefail
# set -o xtrace # Uncomment this line for debugging purpose
# set -o xtrace # Uncomment this line for debugging purposes
# Load libraries
. /opt/bitnami/scripts/libapache.sh

View File

@@ -5,7 +5,7 @@
set -o errexit
set -o nounset
set -o pipefail
# set -o xtrace # Uncomment this line for debugging purpose
# set -o xtrace # Uncomment this line for debugging purposes
# Load DokuWiki environment
. /opt/bitnami/scripts/dokuwiki-env.sh

View File

@@ -5,7 +5,7 @@
set -o errexit
set -o nounset
set -o pipefail
# set -o xtrace # Uncomment this line for debugging purpose
# set -o xtrace # Uncomment this line for debugging purposes
# Load DokuWiki environment
. /opt/bitnami/scripts/dokuwiki-env.sh

View File

@@ -5,7 +5,7 @@
set -o errexit
set -o nounset
set -o pipefail
# set -o xtrace # Uncomment this line for debugging purpose
# set -o xtrace # Uncomment this line for debugging purposes
# Load DokuWiki environment
. /opt/bitnami/scripts/dokuwiki-env.sh

View File

@@ -5,7 +5,7 @@
set -o errexit
set -o nounset
set -o pipefail
# set -o xtrace # Uncomment this line for debugging purpose
# set -o xtrace # Uncomment this line for debugging purposes
# Load libraries
. /opt/bitnami/scripts/libphp.sh

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "2022.7.31"
- "20220731"
- "20220731-debian-11"
- "20220731.1.0"
- "latest"