7.8.0-debian-10-r291 release

This commit is contained in:
Bitnami Bot
2021-08-07 23:43:03 +00:00
parent 5d4ff9f4c7
commit cb2675fd6e
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl 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" "1.8.302-0" --checksum 59c0b7440797c7110c76959dbbce5235359b52adf62f99218b2718c04f2d67b6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.50-2" --checksum 2eb3e18333d294fc5912a2f832abc82227af8ef9e5ac37e5d9469b1a8ea164b1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.52-0" --checksum 3f07c11421321e7801af26b2e8977133317af2c885566e1ea94288bba2425477
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.31-0" --checksum 92b99c64a3ffe10fd94ef9ecd94d2dd65a172404c726093eb50b3b293523559d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "jasperreports" "7.8.0-7" --checksum 6b9633f9b685a173a740e2aa78948d0b79185e8a4c345203c087e6fdc99ca99c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129
@@ -23,7 +23,7 @@ RUN /opt/bitnami/scripts/jasperreports/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="jasperreports" \
BITNAMI_IMAGE_VERSION="7.8.0-debian-10-r290" \
BITNAMI_IMAGE_VERSION="7.8.0-debian-10-r291" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@@ -29,9 +29,9 @@
},
"tomcat": {
"arch": "amd64",
"digest": "2eb3e18333d294fc5912a2f832abc82227af8ef9e5ac37e5d9469b1a8ea164b1",
"digest": "3f07c11421321e7801af26b2e8977133317af2c885566e1ea94288bba2425477",
"distro": "debian-10",
"type": "NAMI",
"version": "9.0.50-2"
"version": "9.0.52-0"
}
}

View File

@@ -41,7 +41,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/).
- [`7`, `7-debian-10`, `7.8.0`, `7.8.0-debian-10-r290`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jasperreports/blob/7.8.0-debian-10-r290/7/debian-10/Dockerfile)
- [`7`, `7-debian-10`, `7.8.0`, `7.8.0-debian-10-r291`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jasperreports/blob/7.8.0-debian-10-r291/7/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/jasperreports GitHub repo](https://github.com/bitnami/bitnami-docker-jasperreports).