3.7.1-6048-debian-10-r11 release

This commit is contained in:
Bitnami Bot
2021-11-25 05:39:16 +00:00
parent 25eec7e930
commit 101ab677d4
3 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ RUN /opt/bitnami/scripts/reportserver/postunpack.sh
RUN /opt/bitnami/scripts/tomcat/postunpack.sh
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="reportserver" \
BITNAMI_IMAGE_VERSION="3.7.1-6048-debian-10-r10" \
BITNAMI_IMAGE_VERSION="3.7.1-6048-debian-10-r11" \
JAVA_HOME="/opt/bitnami/java" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \

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

@@ -37,7 +37,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/).
- [`3`, `3-debian-10`, `3.7.1-6048`, `3.7.1-6048-debian-10-r10`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/3.7.1-6048-debian-10-r10/3/debian-10/Dockerfile)
- [`3`, `3-debian-10`, `3.7.1-6048`, `3.7.1-6048-debian-10-r11`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/3.7.1-6048-debian-10-r11/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/reportserver GitHub repo](https://github.com/bitnami/bitnami-docker-reportserver).
@@ -113,7 +113,7 @@ $ docker run -d --name reportserver \
bitnami/reportserver:latest
```
Access your application at *http://your-ip/*
Access your application at `http://your-ip/`
## Persisting your application