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
Hi,
Due to the fact that bitnami is not continuing to host our Enterprise Edition, new versions of the Reportserver Enterprise Edition as dockerimages can be found here
You can pull/run them using
docker run --rm -it infofabrik/reportserver:4.2.0.6068-standalone
We provide several "flavours" of images (tags):
- latest
- 4
- 4.2
- 4.2.0
- 4.2.0.<build>
- 4.2.0.<build>-standalone
- 4.2.0.<build>-b
latest, 4, 4.2, 4.2.0 are currently based on 4.2.0.<build>-b => A fork of the Bitnami-Image.
4.2.0.<build> and 4.2.0.<build>-standalone are our very own dockerimages (so i would love to have some feedback especially on those )
Those dockerimages currently only support MariaDB... others will follow... and may then be accessible by suffix (4.2.0.<build>-postgresql for example)
The "Standalone"-Version is everything you need in one Image: Reportserver AND Database (mariaDB)!
Regards,
Felix
Softwareentwickler bei Infofabrik
Offline
Pages: 1