7.8.1-debian-10-r64 release

This commit is contained in:
Bitnami Bot
2022-01-20 12:58:51 +00:00
parent 5159b5dbf4
commit dfa2325e71
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl fontconfig gzip libaudit1 libc6 libcap-ng0 libcom-err2 libcurl4 libffi6 libgcc1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed4 libicu63 libidn2-0 libjemalloc2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libncurses6 libnettle6 libnghttp2-14 libp11-kit0 libpam0g libpsl5 librtmp1 libsasl2-2 libssh2-1 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libxml2 procps tar xmlstarlet zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.312-1" --checksum 2699ce844c410513ef7fd7180c2a0a6e4c740581a4a999ab5e3bed6bbe8be3bc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.56-1" --checksum 095b851d2a3140501774127d6a3b75d82f4bbbee6bfc5139a0b42fe9a0f1cf80
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.56-2" --checksum 59ac539ac43dd1fa27cd41d4d6189cf6d0c87c926b164b9347f60aab58d84d59
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-1" --checksum 727834a55587746f90b159966c9abf2ce31a6effbe83d8c38ee6250641c9a22a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.34.1-1" --checksum 424d40a4b5af1fcddbfd407ac97543378864d1b4539064ceef428e526bfd4f0e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-5" --checksum 9e312b4a7e16a55d08e67c4fd69c91000e4dcc4af149d59915c49375b83852af
@@ -28,7 +28,7 @@ RUN /opt/bitnami/scripts/jasperreports/postunpack.sh
RUN /opt/bitnami/scripts/java/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV BITNAMI_APP_NAME="jasperreports" \
BITNAMI_IMAGE_VERSION="7.8.1-debian-10-r63" \
BITNAMI_IMAGE_VERSION="7.8.1-debian-10-r64" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/tomcat/bin:/opt/bitnami/mysql/bin:/opt/bitnami/git/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -43,9 +43,9 @@
},
"tomcat": {
"arch": "amd64",
"digest": "095b851d2a3140501774127d6a3b75d82f4bbbee6bfc5139a0b42fe9a0f1cf80",
"digest": "59ac539ac43dd1fa27cd41d4d6189cf6d0c87c926b164b9347f60aab58d84d59",
"distro": "debian-10",
"type": "NAMI",
"version": "9.0.56-1"
"version": "9.0.56-2"
}
}

View File

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