You are not logged in.
Pages: 1
Hi,
good news! We are currently working on official docker images for ReportServer. We are doing this together with Bitnami, similar as the Bitnami installers you already know.
Instructions for testing the docker images:
You have to download this file, and then build and run the container using the docker-compose file provided.
$ wget "http://bitnami-downloads-cf.s3.amazonaws.com/files/reportserver-enterprise.tar.bz2"
$ tar -xf reportserver-enterpise.tar.bz2
$ cd reportserver-enterprise
$ docker build -t bitnami/reportserver-enterprise:3 -f local/Dockerfile.local .
$ docker-compose up
When it finish starting, you will be able to access to report server using this url: http://localhost:8080/reportserver-enterprise
If you are able to test this and it works for you it would be great if you could post some feedback here.
Regards,
Eduardo
Offline
Hi,
I would like to comment that we have published the final version of the images for ReportServer Community and ReportServer Enterprise.
- https://bitnami.com/stack/reportserver-enterprise
- https://bitnami.com/stack/reportserver
Please, feel free to send us any comments on them.
Best regards,
Rafael (@bitnami.com)
Offline
Hi,
please note that we updated the ReportServer download section to include the docker images: https://reportserver.net/de/download/
The docker images will be released automatically when a new ReportServer version is released ( after some days, analogous to the Bitnami installers ).
Regards,
Eduardo
Offline
Hi,
please note that the Bitnami team has been working on improving the ReportServer and ReportServerEnterprise container images to allow to specify REPORTSERVER_JAVA_OPTS using environment variables. That way the user can specify the required parameters for the database connection and the certs.
* ReportServer: 3.1.2-6022-debian-10-r72
* ReportServer Enterprise: 3.1.2-6022-debian-10-r73
You can also use the "latest" tag that points to the latest container image.
The default value of the REPORTSERVER_JAVA_OPTS is "-Djava.awt.headless=true -Xmx4g -XX:+UseConcMarkSweepGC -XX:MaxPermSize=512M -Dfile.encoding=UTF8". The user is able to override that option to include any other java options like the database settings & certificates.
E.g. in the docker-compose.yaml file:
env:
- REPORTSERVER_JAVA_OPTS=-Djava.awt.headless=true -Xmx4g -XX:+UseConcMarkSweepGC -XX:MaxPermSize=512M -Dfile.encoding=UTF8 -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol
Regards,
Eduardo
Offline
Pages: 1