3.5.0-6037-debian-10-r6 release
This commit is contained in:
parent
945cd4e667
commit
5ca10c9310
|
|
@ -18,7 +18,7 @@ RUN bitnami-pkg install gosu-1.12.0-2 --checksum 4d858ac600c38af8de454c27b7f65c0
|
|||
COPY rootfs /
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="reportserver" \
|
||||
BITNAMI_IMAGE_VERSION="3.5.0-6037-debian-10-r5" \
|
||||
BITNAMI_IMAGE_VERSION="3.5.0-6037-debian-10-r6" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
> ReportServer is an open source business intelligence (OSBI) platform with powerful reporting and analysis tools. It provides a unified interface to reporting engines from different providers, making it easy for managers to collate, analyze and take action on data from multiple business touchpoints. With support for Jasper, Birt, Mondrian and Excel as well as a powerful ad-hoc reporting component ReportServer is the ideal tool for business decision makers, analysts and consultants.
|
||||
|
||||
https://reportserver.net/en/#secondsection
|
||||
https://github.com/infofabrik/reportserver
|
||||
|
||||
# TL;DR
|
||||
|
||||
|
|
@ -33,7 +32,7 @@ You can find the default credentials and available configuration options in the
|
|||
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.5.0-6037`, `3.5.0-6037-debian-10-r5`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver-community/blob/3.5.0-6037-debian-10-r5/3/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.5.0-6037`, `3.5.0-6037-debian-10-r6`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver-community/blob/3.5.0-6037-debian-10-r6/3/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/reportserver-community GitHub repo](https://github.com/bitnami/bitnami-docker-reportserver-community).
|
||||
|
||||
|
|
@ -284,9 +283,11 @@ reportserver-community:
|
|||
bitnami/reportserver-community
|
||||
```
|
||||
|
||||
## Use sample data
|
||||
# Learn more about ReportServer Community
|
||||
|
||||
Sample data for ReportServer Community is available at [https://github.com/infofabrik/reportserver-samples/](https://github.com/infofabrik/reportserver-samples/).
|
||||
Developers can obtain the source code for ReportServer Community from [https://github.com/infofabrik/reportserver](https://github.com/infofabrik/reportserver).
|
||||
|
||||
More information is available from the [ReportServer website](https://reportserver.net/en/).
|
||||
|
||||
# Notable Changes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue