#1 2019-07-12 17:25:07

eduardo
Administrator
Registered: 2016-11-01
Website

Docker Images for ReportServer

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

#2 2019-07-22 08:00:57

rafaelrios
Member
Registered: 2019-07-16

Re: Docker Images for ReportServer

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

#3 2019-11-05 12:02:40

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Docker Images for ReportServer

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

#4 2020-06-10 09:51:58

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Docker Images for ReportServer

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

#5 2022-08-03 11:09:13

Felix
Moderator
Registered: 2022-08-01

Re: Docker Images for ReportServer

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 wink )

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

Board footer

Powered by FluxBB