diff --git a/bitnami/dokuwiki/20220731/debian-11/Dockerfile b/bitnami/dokuwiki/20220731/debian-11/Dockerfile index 9bb7bcb75696..b77fdb7895ab 100644 --- a/bitnami/dokuwiki/20220731/debian-11/Dockerfile +++ b/bitnami/dokuwiki/20220731/debian-11/Dockerfile @@ -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" diff --git a/bitnami/dokuwiki/20220731/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/dokuwiki/20220731/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index a0048b195100..d523ed41aa41 100644 --- a/bitnami/dokuwiki/20220731/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/dokuwiki/20220731/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -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", diff --git a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache-modphp/postunpack.sh b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache-modphp/postunpack.sh index 8b5bb7a7dd58..959856a98571 100755 --- a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache-modphp/postunpack.sh +++ b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache-modphp/postunpack.sh @@ -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 diff --git a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/postunpack.sh b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/postunpack.sh index 38c8f2486af6..1f27c7ff04c8 100755 --- a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/postunpack.sh +++ b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/postunpack.sh @@ -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 diff --git a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/reload.sh b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/reload.sh index 3bf21a282611..555b3ab8ecf5 100755 --- a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/reload.sh +++ b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/reload.sh @@ -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 diff --git a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/run.sh b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/run.sh index 1ab422dd4c31..d3369d2a027a 100755 --- a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/run.sh +++ b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/run.sh @@ -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 diff --git a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/setup.sh b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/setup.sh index 6fc139a94f2f..4322e06fb2f4 100755 --- a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/setup.sh +++ b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/apache/setup.sh @@ -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 diff --git a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/dokuwiki/entrypoint.sh b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/dokuwiki/entrypoint.sh index 9547fd013f55..90a719262d96 100755 --- a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/dokuwiki/entrypoint.sh +++ b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/dokuwiki/entrypoint.sh @@ -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 diff --git a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/dokuwiki/postunpack.sh b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/dokuwiki/postunpack.sh index 55757b908046..21d03bd88f10 100755 --- a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/dokuwiki/postunpack.sh +++ b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/dokuwiki/postunpack.sh @@ -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 diff --git a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/dokuwiki/setup.sh b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/dokuwiki/setup.sh index 16586e585331..18aace776b74 100755 --- a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/dokuwiki/setup.sh +++ b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/dokuwiki/setup.sh @@ -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 diff --git a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/php/reload.sh b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/php/reload.sh index f0977ed2d47a..b249060fd06d 100755 --- a/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/php/reload.sh +++ b/bitnami/dokuwiki/20220731/debian-11/rootfs/opt/bitnami/scripts/php/reload.sh @@ -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 diff --git a/bitnami/dokuwiki/20220731/debian-11/tags-info.yaml b/bitnami/dokuwiki/20220731/debian-11/tags-info.yaml index f36c4bbf5a9d..229e4d5c8909 100644 --- a/bitnami/dokuwiki/20220731/debian-11/tags-info.yaml +++ b/bitnami/dokuwiki/20220731/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - - "2022.7.31" - "20220731" - "20220731-debian-11" + - "20220731.1.0" - "latest" diff --git a/bitnami/dokuwiki/README.md b/bitnami/dokuwiki/README.md index 70ed4ee61845..1bf555aaf908 100644 --- a/bitnami/dokuwiki/README.md +++ b/bitnami/dokuwiki/README.md @@ -35,7 +35,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/). -* [`2022.7.31`, `2022.7.31-debian-11-r13`, `20220731`, `20220731-debian-11`, `latest` (20220731/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dokuwiki/20220731/debian-11/Dockerfile) +* [`20220731`, `20220731-debian-11`, `20220731.1.0`, `20220731.1.0-debian-11-r0`, `latest` (20220731/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dokuwiki/20220731/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).