Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Inkimar/7c82b235dbd082bd7c65ddaf97995c8c to your computer and use it in GitHub Desktop.
Save Inkimar/7c82b235dbd082bd7c65ddaf97995c8c to your computer and use it in GitHub Desktop.
jasper and jasperserver
now:
Working with version 7.2.0
https://github.com/retrievercommunications/docker-jasperserver
Dockerfile: based on tomcat version 9?
* Based on -> FROM tomcat:9.0-jre8
zip-file fetched from -> https://sourceforge.net/projects/jasperserver/files/JasperServer/
-> Now, no zip-file for version 7.2.0
-> zip-file for 7.8.0 here as well -> https://archive.org/details/jasperserver
* fetches zip-file, unzips the zip-file, removes all the 'samples'.
* Adding 2 jdbc-drivers ; Mysql java 5.1.44 and driver xx?
* adding web.xml
* setting JAVA_OPTS / ALS= -> These can be set in docker-compose.yml as in Naturforskaren
@Inkimar
Copy link
Author

Inkimar commented May 4, 2021

Bitnami, docker and Jasperreports:

https://hub.docker.com/r/bitnami/jasperreports

https://hub.docker.com/layers/bitnami/jasperreports/7.8.0/images/sha256-f111c801ad7a0bc245939d9114621ecade50a6323222829bfab3dee08aa2dabf?context=explore

docker pull bitnami/jasperreports:7.8.0
-> -> bitnami/jasperreports 7.8.0 0f30bf5cdccd 18 hours ago 906MB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment