Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jasper Server Community Edition on Docker

Tibco has made the Dockerfile and supporting scripts for running TIBCO JasperReports® Server in a Docker container. What do I need to change in these files to support the Community Edition?

https://github.com/TIBCOSoftware/js-docker/

Thanks.

like image 662
André Voltolini Avatar asked Mar 04 '23 01:03

André Voltolini


1 Answers

You can also alternatively use the JasperReports Server docker from bitnami, which uses the CE version of the server:

https://github.com/bitnami/bitnami-docker-jasperreports

like image 95
buddemat Avatar answered Mar 07 '23 17:03

buddemat