From ef0f7a1e8cb8b74db658af13c9770c7bfa7d0386 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 11 Nov 2021 07:53:23 +0000 Subject: [PATCH] 3.7.1-6046-debian-10-r59 release --- bitnami/reportserver/3/debian-10/Dockerfile | 4 ++-- .../debian-10/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- .../debian-10/prebuildfs/opt/bitnami/scripts/libwebserver.sh | 4 ++-- bitnami/reportserver/README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/reportserver/3/debian-10/Dockerfile b/bitnami/reportserver/3/debian-10/Dockerfile index 5985d7e218aa..0c240586a5f3 100644 --- a/bitnami/reportserver/3/debian-10/Dockerfile +++ b/bitnami/reportserver/3/debian-10/Dockerfile @@ -13,7 +13,7 @@ COPY prebuildfs / RUN install_packages acl ca-certificates curl fontconfig fonts-dejavu-extra gzip libaudit1 libc6 libcap-ng0 libgcc1 libicu63 libjemalloc2 liblzma5 libncurses6 libpam0g libssl1.1 libstdc++6 libtinfo6 libxml2 procps tar xmlstarlet zlib1g RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.13-0" --checksum 9552e53ccd3b0ec85a82c31c26a1462260e28b7c58770a5c53560afb02ec66d9 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.54-2" --checksum d941146609892ed1f274f0a4d4b96c7fe51a079758513536dd06e16510a237b6 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.31-2" --checksum 15b394a022ca1d0b4b89bfee0487ee13f9e8cc697d0ca09ce62a0a3732536236 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-0" --checksum 4a211faa9436c9747dfc4374cb9e8a7f9b0065dfc58dd4784cef0f5029c2e65e RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "reportserver" "3.7.1-6046-0" --checksum 880bf1ae14f7ccfc3635d3920ff66830e787e1290ca909b909a0b5613a473d8b RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-1" --checksum 00722b62c7561929e039877a6e445a4bb782c340890c0a090fdae3c9e1960161 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e @@ -26,7 +26,7 @@ RUN /opt/bitnami/scripts/reportserver/postunpack.sh RUN /opt/bitnami/scripts/tomcat/postunpack.sh ENV ALLOW_EMPTY_PASSWORD="no" \ BITNAMI_APP_NAME="reportserver" \ - BITNAMI_IMAGE_VERSION="3.7.1-6046-debian-10-r58" \ + BITNAMI_IMAGE_VERSION="3.7.1-6046-debian-10-r59" \ JAVA_HOME="/opt/bitnami/java" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ diff --git a/bitnami/reportserver/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/reportserver/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 33291239e17c..09daf26a87c7 100644 --- a/bitnami/reportserver/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/reportserver/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -15,10 +15,10 @@ }, "mysql-client": { "arch": "amd64", - "digest": "15b394a022ca1d0b4b89bfee0487ee13f9e8cc697d0ca09ce62a0a3732536236", + "digest": "4a211faa9436c9747dfc4374cb9e8a7f9b0065dfc58dd4784cef0f5029c2e65e", "distro": "debian-10", "type": "NAMI", - "version": "10.3.31-2" + "version": "10.3.32-0" }, "render-template": { "arch": "amd64", diff --git a/bitnami/reportserver/3/debian-10/prebuildfs/opt/bitnami/scripts/libwebserver.sh b/bitnami/reportserver/3/debian-10/prebuildfs/opt/bitnami/scripts/libwebserver.sh index 785d883f325e..459f99c7d1cd 100644 --- a/bitnami/reportserver/3/debian-10/prebuildfs/opt/bitnami/scripts/libwebserver.sh +++ b/bitnami/reportserver/3/debian-10/prebuildfs/opt/bitnami/scripts/libwebserver.sh @@ -178,13 +178,13 @@ web_server_reload() { # Apache-specific flags: # --apache-additional-configuration - Additional vhost configuration (no default) # --apache-before-vhost-configuration - Configuration to add before the directive (no default) -# --apache-allow-override - Whether to allow .htaccess files (only allowed when --move-htaccess is set to 'no') +# --apache-allow-override - Whether to allow .htaccess files (only allowed when --move-htaccess is set to 'no' and type is not defined) # --apache-extra-directory-configuration - Extra configuration for the document root directory # --apache-proxy-address - Address where to proxy requests # --apache-proxy-configuration - Extra configuration for the proxy # --apache-proxy-http-configuration - Extra configuration for the proxy HTTP vhost # --apache-proxy-https-configuration - Extra configuration for the proxy HTTPS vhost -# --apache-move-htaccess - Move .htaccess files to a common place so they can be loaded during Apache startup +# --apache-move-htaccess - Move .htaccess files to a common place so they can be loaded during Apache startup (only allowed when type is not defined) # NGINX-specific flags: # --nginx-additional-configuration - Additional server block configuration (no default) # --nginx-external-configuration - Configuration external to server block (no default) diff --git a/bitnami/reportserver/README.md b/bitnami/reportserver/README.md index 2679e939c2b1..0f74e0a3521e 100644 --- a/bitnami/reportserver/README.md +++ b/bitnami/reportserver/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/). -- [`3`, `3-debian-10`, `3.7.1-6046`, `3.7.1-6046-debian-10-r58`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/3.7.1-6046-debian-10-r58/3/debian-10/Dockerfile) +- [`3`, `3-debian-10`, `3.7.1-6046`, `3.7.1-6046-debian-10-r59`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/3.7.1-6046-debian-10-r59/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/reportserver GitHub repo](https://github.com/bitnami/bitnami-docker-reportserver).