[bitnami/reportserver] Release 4.3.0-6078-debian-11-r0 (#5853)

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-09 06:03:47 +02:00
committed by GitHub
parent 67b6c5abf9
commit 831b0107d4
4 changed files with 13 additions and 13 deletions

View File

@@ -5,11 +5,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="4.3.0-6076-debian-11-r1" \
org.opencontainers.image.ref.name="4.3.0-6078-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/reportserver" \
org.opencontainers.image.title="reportserver" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="4.3.0-6076"
org.opencontainers.image.version="4.3.0-6078"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -45,13 +45,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
tar -zxf mysql-client-10.6.9-1-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf mysql-client-10.6.9-1-linux-${OS_ARCH}-debian-11.tar.gz
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f reportserver-4.3.0-6076-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/reportserver-4.3.0-6076-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/reportserver-4.3.0-6076-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
if [ ! -f reportserver-4.3.0-6078-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/reportserver-4.3.0-6078-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/reportserver-4.3.0-6078-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \
sha256sum -c reportserver-4.3.0-6076-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf reportserver-4.3.0-6076-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf reportserver-4.3.0-6076-0-linux-${OS_ARCH}-debian-11.tar.gz
sha256sum -c reportserver-4.3.0-6078-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf reportserver-4.3.0-6078-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf reportserver-4.3.0-6078-0-linux-${OS_ARCH}-debian-11.tar.gz
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f render-template-1.0.3-153-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/render-template-1.0.3-153-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
@@ -77,7 +77,7 @@ RUN /opt/bitnami/scripts/java/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
RUN /opt/bitnami/scripts/reportserver/postunpack.sh
RUN /opt/bitnami/scripts/tomcat/postunpack.sh
ENV APP_VERSION="4.3.0-6076" \
ENV APP_VERSION="4.3.0-6078" \
BITNAMI_APP_NAME="reportserver" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/tomcat/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH" \

View File

@@ -29,10 +29,10 @@
},
"reportserver": {
"arch": "amd64",
"digest": "02aa5999e20c3e8b3e88d24e626fd0b807f42fd6482731d606193ed434ff0836",
"digest": "28264c00164c02e7b04fd08ba113b2426a2481bf5bf057a779c6de3f941fed95",
"distro": "debian-11",
"type": "NAMI",
"version": "4.3.0-6076-0"
"version": "4.3.0-6078-0"
},
"tomcat": {
"arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "4"
- "4-debian-11"
- "4.3.0-6076"
- "4.3.0-6078"
- "latest"

View File

@@ -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/).
- [`4`, `4-debian-11`, `4.3.0-6076`, `4.3.0-6076-debian-11-r1`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/reportserver/4/debian-11/Dockerfile)
- [`4`, `4-debian-11`, `4.3.0-6078`, `4.3.0-6078-debian-11-r0`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/reportserver/4/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).