[bitnami/reportserver] Release 4.3.0-6078-debian-11-r8 (#8583)

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-10-01 16:26:08 +02:00
committed by GitHub
parent 67a415dd0a
commit eab8b3978e
3 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ 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-6078-debian-11-r7" \
org.opencontainers.image.ref.name="4.3.0-6078-debian-11-r8" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/reportserver" \
org.opencontainers.image.title="reportserver" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -29,13 +29,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
tar -zxf java-11.0.16-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf java-11.0.16-0-linux-${OS_ARCH}-debian-11.tar.gz java-11.0.16-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f tomcat-9.0.67-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/tomcat-9.0.67-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/tomcat-9.0.67-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
if [ ! -f tomcat-9.0.67-1-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/tomcat-9.0.67-1-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/tomcat-9.0.67-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \
sha256sum -c tomcat-9.0.67-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf tomcat-9.0.67-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf tomcat-9.0.67-0-linux-${OS_ARCH}-debian-11.tar.gz tomcat-9.0.67-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
sha256sum -c tomcat-9.0.67-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf tomcat-9.0.67-1-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf tomcat-9.0.67-1-linux-${OS_ARCH}-debian-11.tar.gz tomcat-9.0.67-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f mysql-client-10.6.10-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/mysql-client-10.6.10-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \

View File

@@ -36,9 +36,9 @@
},
"tomcat": {
"arch": "amd64",
"digest": "3392dbb1847f727cb9d8259c16fa433edcfe9c9d168a71075f70a1cee8f3ca4b",
"digest": "b5aad4cffbc21cd124c8e135e92c70316aa7e239564b126506d0ab541e6c41bb",
"distro": "debian-11",
"type": "NAMI",
"version": "9.0.67-0"
"version": "9.0.67-1"
}
}

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-6078`, `4.3.0-6078-debian-11-r7`, `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-r8`, `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).