js-docker
js-docker copied to clipboard
Container deployment of TIBCO JasperReports® Server
Adds Apache-2.0 License file to project.
Disabling JMS via helm does not disable JMS, preventing the jasper from booting. Does jasper explicitly rely on JMS from 8.0? ``` │ Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested...
Welcome to [WhiteSource for GitHub.com](https://github.com/apps/whitesource-for-github-com)! This is an onboarding PR to help you understand and configure settings before WhiteSource starts scanning your repository for security vulnerabilities. :vertical_traffic_light: WhiteSource for GitHub.com...
Hi, Below URL is disclosing the DB username, password and DB name, https://github.com/TIBCOSoftware/js-docker/blob/master/kubernetes/helm/values.yaml This doesn't seem like the best possible practice. Thank you Farhan Patil
Hello. I try deploy JasperServer by docker with Oracle DB type. I build image successfully. Started docker compose with: ``` environment: DB_HOST: prod.ctb2tyzpbxjz.eu-west-1.rds.amazonaws.com DB_NAME: prod_db DB_PASSWORD: prod_password DB_PORT: '1521' DB_TYPE:...
The removed line in this PR... `echo "nameserver 8.8.8.8" | tee /etc/resolv.conf > /dev/null && \` causes a problem when executing `docker-compose build`: ``` > [16/16] RUN echo "nameserver 8.8.8.8"...
'2' by itself in a Docker Compose file [resolves to 2.0](https://docs.docker.com/compose/compose-file/compose-versioning/#v2-and-v3-declaration). I would assume you want to use the latest 2.x version, which is currently `2.4`