-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from TIBCOSoftware/release8.2.0
Release8.2.0
- Loading branch information
Showing
60 changed files
with
740 additions
and
410 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
This distribution includes Dockerfile, scripts, and supporting files for building, configuring, and running TIBCO JasperReports® Server and TIBCO JasperReports® Server Scalable Query Engine in Docker. | ||
This distribution includes Dockerfile, scripts, and supporting files for building, configuring, and running JasperReports® Server and JasperReports® Server Scalable Query Engine in Docker. |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
# Copyright (c) 2021-2021. TIBCO Software Inc. | ||
# Copyright © 2021-2023. Cloud Software Group, Inc. All Rights Reserved. Confidential & Proprietary. | ||
# This file is subject to the license terms contained | ||
# in the license file that is distributed with this file | ||
|
||
#ARG TOMCAT_BASE_IMAGE=tomcat:9.0.54-jdk11-corretto | ||
ARG TOMCAT_BASE_IMAGE=tomcat:9.0.54-jdk11-openjdk | ||
#ARG TOMCAT_BASE_IMAGE=tomcat:9.0.73-jdk11-corretto | ||
#ARG TOMCAT_BASE_IMAGE=tomcat:9.0.62-jdk17-openjdk | ||
#ARG TOMCAT_BASE_IMAGE=tomcat:9.0.73-jdk17-corretto | ||
ARG TOMCAT_BASE_IMAGE=tomcat:9.0.65-jdk11-openjdk | ||
|
||
ARG INSTALL_CHROMIUM=false | ||
ARG JASPERREPORTS_SERVER_VERSION=8.1.1 | ||
ARG JASPERREPORTS_SERVER_VERSION=8.2.0 | ||
|
||
FROM ${TOMCAT_BASE_IMAGE} as deployment | ||
|
||
|
@@ -16,7 +19,7 @@ ARG JRS_DISTRO=jasperreports-server-pro-${JASPERREPORTS_SERVER_VERSION}-bin | |
|
||
|
||
ENV INSTALL_CHROMIUM ${INSTALl_CHROMIUM:-false} | ||
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.1.1} | ||
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.2.0} | ||
ENV JRS_HOME /usr/src/jasperreports-server | ||
ENV BUILDOMATIC_MODE non-interactive | ||
|
||
|
@@ -57,7 +60,7 @@ ENV RELEASE_DATE ${RELEASE_DATE:- 13-05-2022} | |
|
||
|
||
LABEL "org.jasperosft.name"="JasperReports Server" \ | ||
"org.jaspersoft.vendor"="TIBCO Software Inc." \ | ||
"org.jaspersoft.vendor"="Cloud Software Group, Inc." \ | ||
"org.jaspersoft.maintainer"="[email protected]" \ | ||
"org.jaspersoft.version"=$JASPERREPORTS_SERVER_VERSION \ | ||
"org.jaspersoft.release_date"=$RELEASE_DATE \ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
# Copyright (c) 2021-2021. TIBCO Software Inc. | ||
# Copyright © 2005-2023. Cloud Software Group, Inc. All Rights Reserved. Confidential & Proprietary. | ||
# This file is subject to the license terms contained | ||
# in the license file that is distributed with this file | ||
|
||
#ARG JDK_BASE_IMAGE=amazoncorretto:11 | ||
#ARG JDK_BASE_IMAGE=amazoncorretto:17 | ||
#ARG JDK_BASE_IMAGE=eclipse-temurin:17-jdk | ||
ARG JDK_BASE_IMAGE=openjdk:11-jdk | ||
FROM ${JDK_BASE_IMAGE} | ||
|
||
ARG JASPERREPORTS_SERVER_VERSION=8.1.1 | ||
ARG JASPERREPORTS_SERVER_VERSION=8.2.0 | ||
ARG CONTAINER_DISTRO=jaspersoft-containers/Docker/jrs | ||
ARG JRS_DISTRO=jasperreports-server-pro-${JASPERREPORTS_SERVER_VERSION}-bin | ||
|
||
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.1.1} | ||
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.2.0} | ||
ENV JRS_HOME /usr/src/jasperreports-server | ||
ENV BUILDOMATIC_MODE non-interactive | ||
ENV RELEASE_DATE ${RELEASE_DATE:- 13-05-2022} | ||
|
||
LABEL "org.jasperosft.name"="JasperReports Server" \ | ||
"org.jaspersoft.vendor"="TIBCO Software Inc." \ | ||
"org.jaspersoft.vendor"="Cloud Software Group, Inc." \ | ||
"org.jaspersoft.maintainer"="[email protected]" \ | ||
"org.jaspersoft.version"=$JASPERREPORTS_SERVER_VERSION \ | ||
"org.jaspersoft.release_date"=$RELEASE_DATE \ | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.