Giter Site home page Giter Site logo

Comments (2)

bdurrow avatar bdurrow commented on May 24, 2024

I'm not associated with TIBCO or Jaspersoft but I just started a project where I am deploying JasperReports Server to openshift 4.6. Based on my read of the included entrypoint.sh, it provides a way to apply customizations after the call to deploy-webapp-pro . Check out

apply_customizations() {
. Depending on the size of your customizations you could prepare a .zip and put them in a secret (configmaps have historically corrupted binaries such as zips) then mount that secret to ${MOUNTS_HOME}/customization or a directory identified by ${JRS_CUSTOMIZATION}. MOUNTS_HOME defaults to /usr/local/share/jasperserver-pro. If your customizations were too large to include in a secret you could put them into a PV. I prefer not to use a PV for this kind of data though because if the PV can't mount at startup it leads to service availability problems which is something we have had trouble with in the past. Another option is you can override the entrypoint to call a script you have added via configmap to stage the files to the customization directory from object store, nfs, version control or other network resource that is reliably available. Then at the end of the script exec PATH/TO/entrypoint.sh

If you have any helpful tips about deploying in Openshift I will gladly take them - I created a gist as a place to collect this info. Any contribution in the comments are appreciated.

from js-docker.

rreddyv-tibco avatar rreddyv-tibco commented on May 24, 2024

We fixed the issue as part of this release https://github.com/TIBCOSoftware/js-docker/releases/tag/v4.1 and it will work as expected . Hence closing the issue.

from js-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.