7.8.1-debian-10-r13 release

This commit is contained in:
Bitnami Bot 2021-11-24 23:59:19 +00:00
parent be2f19314d
commit 5d3aea2c19
4 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ RUN install_packages acl ca-certificates curl fontconfig gzip libaudit1 libc6 li
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.312-0" --checksum a7e034898281dff05591e74de285ecd69899ddaaff4ce1ea9c09556ac89c9c72
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.55-0" --checksum a4f34f53b92e8317c1648042f740beadb45eb950f88a0a9c0b9d75912dc975c1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-0" --checksum 4a211faa9436c9747dfc4374cb9e8a7f9b0065dfc58dd4784cef0f5029c2e65e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.34.0-0" --checksum 468c6894fa5729edbb20c9055ee16f59fdaeee2d9350cb8e02094b07c7521129
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.34.1-0" --checksum 3da2501870c9c3efe8cfa47b7bba894d8d97292a5274b682af1eded3b671641b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-1" --checksum 00722b62c7561929e039877a6e445a4bb782c340890c0a090fdae3c9e1960161
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "jasperreports" "7.8.1-0" --checksum 3c2df18851583680f0cad574d392021c56ec691d2e7df180d0073cffeece9e5b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
@ -27,7 +27,7 @@ RUN /opt/bitnami/scripts/java/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="jasperreports" \
BITNAMI_IMAGE_VERSION="7.8.1-debian-10-r12" \
BITNAMI_IMAGE_VERSION="7.8.1-debian-10-r13" \
JAVA_HOME="/opt/bitnami/java" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \

View File

@ -1,10 +1,10 @@
{
"git": {
"arch": "amd64",
"digest": "468c6894fa5729edbb20c9055ee16f59fdaeee2d9350cb8e02094b07c7521129",
"digest": "3da2501870c9c3efe8cfa47b7bba894d8d97292a5274b682af1eded3b671641b",
"distro": "debian-10",
"type": "NAMI",
"version": "2.34.0-0"
"version": "2.34.1-0"
},
"gosu": {
"arch": "amd64",

View File

@ -462,7 +462,7 @@ mysql_install_db() {
# None
#########################
mysql_upgrade() {
local -a args=("--defaults-file=${DB_CONF_FILE}" "-u" "$DB_ROOT_USER" "--force")
local -a args=("--defaults-file=${DB_CONF_FILE}" "-u" "$DB_ROOT_USER")
local major_version minor_version patch_version
major_version="$(get_sematic_version "$(mysql_get_version)" 1)"
minor_version="$(get_sematic_version "$(mysql_get_version)" 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-r12`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jasperreports/blob/7.8.1-debian-10-r12/7/debian-10/Dockerfile)
- [`7`, `7-debian-10`, `7.8.1`, `7.8.1-debian-10-r13`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jasperreports/blob/7.8.1-debian-10-r13/7/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/jasperreports GitHub repo](https://github.com/bitnami/bitnami-docker-jasperreports).
@ -119,7 +119,7 @@ $ docker run -d --name jasperreports \
bitnami/jasperreports:latest
```
Access your application at *http://your-ip/*
Access your application at `http://your-ip/`
## Persisting your application