You are not logged in.
Pages: 1
Hello,
As VMware have deprecated bitnami/reportserver are there any plans to host an official community edition image?
Thanks,
Dan.
Offline
Hi Dan,
please verify the Docker images available at this link: https://reportserver.net/en/download/. These images are designated for the Enterprise Edition. Presently, there are no plans to introduce a Docker image for the Community Edition. However, we warmly welcome contributions. Since the Community Edition is open source, if you develop one, we would be delighted to accept your contribution.
Regards,
Eduardo
Offline
As Eduardo mentioned... there is currently no community edition docker planned!
I'm the one who created the infofabrik docker image ( https://hub.docker.com/r/infofabrik/rep … enterprise ) ... there are tons of nice Ideas to implement but currently more important projects
Feel free to create your own Dockerfile! if you need some help or if you want to talk about this... just ask and i'll try to answer.
kind regards
Felix
Softwareentwickler bei Infofabrik
Offline
Hi
I have created a docker image for a community version, but it is a bit messy but works, is there any progress on creating an official community docker image?
Thanks
Paul
Offline
Hi Paul,
as Felix wrote, there is currently no community edition docker planned.
Regards,
Eduardo
Offline
Too bad ... because to create a CE edition docker ... at least we need a proper doc install ...
I just try again CE 5.0 with JDK 21 ...
26-Jun-2025 17:39:56.256 SEVERE [main] org.apache.catalina.core.StandardContext.listenerStart Error configuring application listener of class [net.datenwerke.rs.ReportServerServiceConfig]
java.lang.UnsupportedClassVersionError: net/datenwerke/rs/ReportServerServiceConfig has been compiled by a more recent version of the Java Runtime (class file version 64.0), this version of the Java Runtime only recognizes class file versions up to 55.0 (unable to load class [net.datenwerke.rs.ReportServerServiceConfig])
-->
Using CATALINA_BASE: /opt/applications/tomcat9
Using CATALINA_HOME: /opt/applications/tomcat9
Using CATALINA_TMPDIR: /opt/applications/tomcat9/temp
Using JRE_HOME: /usr/lib/jvm/java-21-openjdk-21.0.7.0.6-1.el9.alma.1.x86_64/
Using CLASSPATH: /opt/applications/tomcat9/bin/bootstrap.jar:/opt/applications/tomcat9/bin/tomcat-juli.jar
Using CATALINA_OPTS:
NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
Server version: Apache Tomcat/9.0.106
Server built: Jun 5 2025 19:02:30 UTC
Server number: 9.0.106.0
OS Name: Linux
OS Version: 5.14.0-70.22.1.el9_0.x86_64
Architecture: amd64
JVM Version: 21.0.7+6-LTS
JVM Vendor: Red Hat, Inc.
So something is missing or the public CE package is really messy !
Offline
Pages: 1