3.7.1-6052-debian-10-r13 release

This commit is contained in:
Bitnami Bot
2022-02-03 16:33:10 +00:00
parent 73b26069cc
commit 95e52355e9
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
RUN /opt/bitnami/scripts/reportserver/postunpack.sh
RUN /opt/bitnami/scripts/tomcat/postunpack.sh
ENV BITNAMI_APP_NAME="reportserver" \
BITNAMI_IMAGE_VERSION="3.7.1-6052-debian-10-r12" \
BITNAMI_IMAGE_VERSION="3.7.1-6052-debian-10-r13" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/tomcat/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH" \
TOMCAT_START_RETRIES="60"

View File

@@ -60,6 +60,6 @@ component_unpack() {
echo "Verifying package integrity"
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || exit "$?"
fi
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 "${base_name}/files/"
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2
rm "${base_name}.tar.gz"
}

View File

@@ -37,7 +37,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-6052`, `3.7.1-6052-debian-10-r12`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/3.7.1-6052-debian-10-r12/3/debian-10/Dockerfile)
- [`3`, `3-debian-10`, `3.7.1-6052`, `3.7.1-6052-debian-10-r13`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/3.7.1-6052-debian-10-r13/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/reportserver GitHub repo](https://github.com/bitnami/bitnami-docker-reportserver).