-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pushing 8.0.4 from internal to public
- Loading branch information
1 parent
aec8f11
commit 8c58434
Showing
61 changed files
with
646 additions
and
642 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,2 +1,2 @@ | ||
# TIBCO JasperReports® Server for Containers | ||
This project intends to build, configure, and deploy TIBCO JasperReports® Server and Scalable Query Engine on Docker and Kubernetes. | ||
# JasperReports® Server for Containers | ||
This project intends to build, configure, and deploy JasperReports® Server and Scalable Query Engine on Docker and Kubernetes. |
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,11 @@ | ||
# 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.65-jdk11-openjdk | ||
ARG INSTALL_CHROMIUM=false | ||
ARG JASPERREPORTS_SERVER_VERSION=8.0.3 | ||
ARG JASPERREPORTS_SERVER_VERSION=8.0.4 | ||
|
||
FROM ${TOMCAT_BASE_IMAGE} as deployment | ||
|
||
|
@@ -16,7 +16,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.0.3} | ||
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.4} | ||
ENV JRS_HOME /usr/src/jasperreports-server | ||
ENV BUILDOMATIC_MODE non-interactive | ||
|
||
|
@@ -57,7 +57,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,22 @@ | ||
# 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 JDK_BASE_IMAGE=amazoncorretto:11 | ||
ARG JDK_BASE_IMAGE=openjdk:11-jdk | ||
FROM ${JDK_BASE_IMAGE} | ||
|
||
ARG JASPERREPORTS_SERVER_VERSION=8.0.3 | ||
ARG JASPERREPORTS_SERVER_VERSION=8.0.4 | ||
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.0.3} | ||
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.4} | ||
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.
2 changes: 1 addition & 1 deletion
2
jaspersoft-containers/Docker/jrs/cluster-config/WEB-INF/classes/ehcache_hibernate.xml
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
2 changes: 1 addition & 1 deletion
2
jaspersoft-containers/Docker/jrs/cluster-config/WEB-INF/ehcache.xml
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
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
2 changes: 1 addition & 1 deletion
2
jaspersoft-containers/Docker/jrs/resources/jasperserver-customization/README.md
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
4 changes: 2 additions & 2 deletions
4
jaspersoft-containers/Docker/jrs/resources/keystore/README.md
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,2 +1,2 @@ | ||
# TIBCO JasperReports® Server Keystore | ||
This directory is used to store TIBCO JasperReports® Server keystore. You can place .jrsks and .jrsksp files here. | ||
# JasperReports® Server Keystore | ||
This directory is used to store JasperReports® Server keystore. You can place .jrsks and .jrsksp files here. |
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,2 +1,2 @@ | ||
You can place the TIBCO JasperReports® Server license file here. | ||
You can place the JasperReports® Server license file here. | ||
|
2 changes: 1 addition & 1 deletion
2
jaspersoft-containers/Docker/jrs/scripts/buildomatic-entrypoint.sh
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
2 changes: 1 addition & 1 deletion
2
jaspersoft-containers/Docker/jrs/scripts/installPackagesForBuildomatic.sh
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
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
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,16 +1,16 @@ | ||
# 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 JDK_BASE_IMAGE=amazoncorretto:11 | ||
ARG JDK_BASE_IMAGE=openjdk:11-jdk | ||
ARG JASPERREPORTS_SERVER_VERSION=8.0.3 | ||
ARG JASPERREPORTS_SERVER_VERSION=8.0.4 | ||
|
||
FROM ${JDK_BASE_IMAGE} AS worker | ||
|
||
ARG JASPERREPORTS_SERVER_VERSION | ||
ARG CONTAINER_DISTRO=jaspersoft-containers/Docker/scalableQueryEngine | ||
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.3} | ||
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.4} | ||
ARG JRS_DISTRO=jasperreports-server-pro-${JASPERREPORTS_SERVER_VERSION}-bin | ||
|
||
ENV WORKER_HOME /usr/local/scalable-query-engine | ||
|
@@ -32,7 +32,7 @@ ARG JASPERREPORTS_SERVER_VERSION | |
ENV RELEASE_DATE ${RELEASE_DATE:- 13-05-2022} | ||
|
||
LABEL "org.jasperosft.name"="Jasper Reports Server Scalable Query Engine" \ | ||
"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,14 +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 JDK_BASE_IMAGE=amazoncorretto:11 | ||
ARG JDK_BASE_IMAGE=openjdk:11-jdk | ||
ARG JASPERREPORTS_SERVER_VERSION=8.0.3 | ||
ARG JASPERREPORTS_SERVER_VERSION=8.0.4 | ||
|
||
FROM ${JDK_BASE_IMAGE} as driver | ||
|
||
ARG JASPERREPORTS_SERVER_VERSION | ||
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.3} | ||
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.4} | ||
ARG JRS_DISTRO=jasperreports-server-pro-${JASPERREPORTS_SERVER_VERSION}-bin | ||
ARG CONTAINER_DISTRO=jaspersoft-containers/Docker/scalableQueryEngine | ||
ENV JRS_HOME /usr/local/jasperreports-server | ||
|
@@ -26,11 +26,11 @@ FROM ${JDK_BASE_IMAGE} | |
ARG CONTAINER_DISTRO=jaspersoft-containers/Docker/scalableQueryEngine | ||
ENV WAR_JARS=/usr/local/jasperreports-server/buildomatic/conf_source/iePro/lib | ||
ENV WAR_LIB_JARS=/usr/local/jasperreports-server/jasperserver-pro/WEB-INF/lib | ||
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.2} | ||
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.4} | ||
ENV RELEASE_DATE ${RELEASE_DATE:- 13-05-2022} | ||
|
||
LABEL "org.jasperosft.name"="Jasper Reports Server Scalable Query Engine" \ | ||
"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
2 changes: 1 addition & 1 deletion
2
jaspersoft-containers/Docker/scalableQueryEngine/docker-compose.yaml
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
4 changes: 2 additions & 2 deletions
4
jaspersoft-containers/Docker/scalableQueryEngine/resources/keystore/README.md
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,2 +1,2 @@ | ||
# TIBCO JasperReports® Server Scalable Query Engine Keystore | ||
This directory is used to store TIBCO JasperReports® Server Scalable Query Engine keystore. You can place .jrsks and .jrsksp files here. | ||
# JasperReports® Server Scalable Query Engine Keystore | ||
This directory is used to store JasperReports® Server Scalable Query Engine keystore. You can place .jrsks and .jrsksp files here. |
2 changes: 1 addition & 1 deletion
2
jaspersoft-containers/Docker/scalableQueryEngine/scripts/installPackagesForScalableAdhoc.sh
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 +1 @@ | ||
This distribution includes supporting and configuration files for configuring and running TIBCO JasperReports® Server and TIBCO JasperReports® Server Scalable Query Engine in Kubernetes. | ||
This distribution includes supporting and configuration files for configuring and running JasperReports® Server and JasperReports® Server Scalable Query Engine in Kubernetes. |
Oops, something went wrong.