Add improved Docker support and builds, QR code support#16
Merged
Conversation
Member
Author
|
@CarolineDenis I'd like to tag this as report runner |
|
This pull request has been mentioned on Specify Community Forum. There might be relevant details there: https://discourse.specifysoftware.org/t/reports-generate-data-matrix-or-qr-code/1717/11 |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #15
This PR adds support for generating QR codes using the report runner without additional modifications. It also introduces significant improvements to the build, deployment, and configuration process for the report-runner service.
Deployment and Configuration Improvements:
docker-compose.ymlfile to support Docker Compose-based deployment, allowing for easier multi-container orchestration and simplified environment variable management..env.examplefile to document and template environment variables required for deployment, including bind IP, port, and font jar paths.README.mdwith detailed instructions for deploying using Docker Compose, configuring environment variables, and managing custom fonts.Build and Dependency Updates:
Dockerfileto optimize dependency caching and skip tests during image build, and switched the Jetty base image.pom.xml, includingbarcode4jand multiple Apache Batik libraries, to support features like QR code generation. Also updated the JasperReports repository URL to use HTTPS and upgraded the Java compiler target to 1.8.