Are there any documentation, instructions or sample dockerfiles out there on how to deploy JasperReport Server Community Edition version 7.8 or above on Redhat Openshift ?
I see this https://github.com/cetres/openshift-jrs for JRS 6.4.2 but I could not get it to create a pod successfully on Openshift. I get the error
WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
wget: server returned error: HTTP/1.1 404 Not Found
I've also tried updating the dockerfile version JS_VERSION=7.8.0
Thanks
1 Answer:
Posted on September 30, 2021 at 11:08am
https://github.com/TIBCOSoftware/js-docker
you will have to configure it for your JRS version for 7.8.
Uses the war file installer you provide.
Thanks.