Skip to content

Commit

Permalink
pushing 8.0.4 from internal to public
Browse files Browse the repository at this point in the history
  • Loading branch information
pravallikavadd committed Apr 26, 2023
1 parent aec8f11 commit 8c58434
Show file tree
Hide file tree
Showing 61 changed files with 646 additions and 642 deletions.
4 changes: 2 additions & 2 deletions README.md
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.
2 changes: 1 addition & 1 deletion jaspersoft-containers/Docker/README.md
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.
8 changes: 4 additions & 4 deletions jaspersoft-containers/Docker/jrs/.env
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
INSTALL_CHROMIUM=false
JASPERREPORTS_SERVER_APP_IMAGE_NAME=jasperserver-webapp
JASPERREPORTS_SERVER_BUILDOMATIC_IMAGE_NAME=jasperserver-buildomatic
JASPERREPORTS_SERVER_VERSION=8.0.3
JASPERREPORTS_SERVER_APP_IMAGE_TAG=8.0.3
JASPERREPORTS_SERVER_BUILDOMATIC_IMAGE_TAG=8.0.3
TOMCAT_BASE_IMAGE=tomcat:9.0.54-jdk11-openjdk
JASPERREPORTS_SERVER_VERSION=8.0.4
JASPERREPORTS_SERVER_APP_IMAGE_TAG=8.0.4
JASPERREPORTS_SERVER_BUILDOMATIC_IMAGE_TAG=8.0.4
TOMCAT_BASE_IMAGE=tomcat:9.0.65-jdk11-openjdk
JDK_BASE_IMAGE=openjdk:11-jdk
RELEASE_DATE=May 13,2022
JS_INSTALL_TARGETS=gen-config pre-install-test-pro prepare-all-pro-dbs-normal
Expand Down
12 changes: 6 additions & 6 deletions jaspersoft-containers/Docker/jrs/Dockerfile
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

Expand All @@ -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

Expand Down Expand Up @@ -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 \
Expand Down
8 changes: 4 additions & 4 deletions jaspersoft-containers/Docker/jrs/Dockerfile.buildomatic
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 \
Expand Down
82 changes: 41 additions & 41 deletions jaspersoft-containers/Docker/jrs/README.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (C) 2005 - 2021 TIBCO Software Inc. All rights reserved.
~ Copyright © 2005-2023. Cloud Software Group, Inc. All Rights Reserved. Confidential & Proprietary. reserved.
~ http://www.jaspersoft.com.
~
~ Unless you have purchased a commercial license agreement from Jaspersoft,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright (C) 2005 - 2021 TIBCO Software Inc. All rights reserved.
~ Copyright © 2005-2023. Cloud Software Group, Inc. All Rights Reserved. Confidential & Proprietary. reserved.
~ http://www.jaspersoft.com.
~
~ Unless you have purchased a commercial license agreement from Jaspersoft,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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

Expand Down
2 changes: 1 addition & 1 deletion jaspersoft-containers/Docker/jrs/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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
version: "3.9"
Expand Down
6 changes: 3 additions & 3 deletions jaspersoft-containers/Docker/jrs/resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository contains:
|------------| -------------|
|**[buildomatic-customization](./buildomatic-customization)**| Directory where you can place buildomatic customization |
|**[default-properties](./default-properties)**| Store default properties |
|**[jasperserver-customization](./jasperserver-customization)** | Directory where you can place TIBCO JasperReports® Server customization|
|**[keystore](./keystore)** | Directory where you can place TIBCO JasperReports® Server keystore|
|**[license](./license)**| Directory where you can place TIBCO JasperReports® Server license |
|**[jasperserver-customization](./jasperserver-customization)** | Directory where you can place JasperReports® Server customization|
|**[keystore](./keystore)** | Directory where you can place JasperReports® Server keystore|
|**[license](./license)**| Directory where you can place JasperReports® Server license |

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This folder is used to apply customizations to $CATALINA_HOME and its subdirectories.

If you want to customize any file which already exists in $CATALINAHOME, or any TIBCO JasperReports® Server file, for example, js.config.properties, then make sure to copy them into a proper directory structure under jasperserver-customization. Then all the contents of the jasperserver-customization folder will be copied into $CATALINAHOME.
If you want to customize any file which already exists in $CATALINAHOME, or any JasperReports® Server file, for example, js.config.properties, then make sure to copy them into a proper directory structure under jasperserver-customization. Then all the contents of the jasperserver-customization folder will be copied into $CATALINAHOME.

Example: To customize the js.config.properties file, copy the edited file into such directory structure under jasperserver-customization:

Expand Down
4 changes: 2 additions & 2 deletions jaspersoft-containers/Docker/jrs/resources/keystore/README.md
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.
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.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash

# 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

Expand Down
2 changes: 1 addition & 1 deletion jaspersoft-containers/Docker/jrs/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash

# 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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# 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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# 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

Expand All @@ -17,7 +17,7 @@ case "$PACKAGE_MGR" in
yum -y update &&
yum -y install yum-utils wget unzip shadow-utils
if [ "$INSTALL_CHROMIUM" == "true" ]; then
echo "WARNING! TIBCO Software Inc. is not liable for license violation of chromium"
echo "WARNING! Cloud Software Group, Inc. is not liable for license violation of chromium"
sleep 10
amazon-linux-extras install epel -y
yum -y install chromium
Expand All @@ -30,7 +30,7 @@ case "$PACKAGE_MGR" in
apt-get -y update &&
apt-get install -y --no-install-recommends apt-utils unzip wget
if [ "$INSTALL_CHROMIUM" == "true" ]; then
echo "WARNING! TIBCO Software Inc. is not liable for license violation of chromium"
echo "WARNING! Cloud Software Group, Inc. is not liable for license violation of chromium"
sleep 10
apt-get -y install chromium
fi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 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.

Expand Down
6 changes: 3 additions & 3 deletions jaspersoft-containers/Docker/scalableQueryEngine/.env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
JASPERREPORTS_SERVER_VERSION=8.0.3
JASPERREPORTS_SERVER_VERSION=8.0.4
SCALABLE_QUERY_ENGINE_IMAGE_NAME=scalable-query-engine
SCALABLE_QUERY_ENGINE_DRIVER_IMAGE_NAME=scalable-query-engine-drivers
SCALABLE_QUERY_ENGINE_DRIVER_IMAGE_TAG=8.0.3
SCALABLE_QUERY_ENGINE_IMAGE_TAG=8.0.3
SCALABLE_QUERY_ENGINE_DRIVER_IMAGE_TAG=8.0.4
SCALABLE_QUERY_ENGINE_IMAGE_TAG=8.0.4
JDK_BASE_IMAGE=openjdk:11-jdk
ks=/etc/secrets/keystore
ksp=/etc/secrets/keystore
Expand Down
8 changes: 4 additions & 4 deletions jaspersoft-containers/Docker/scalableQueryEngine/Dockerfile
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
Expand All @@ -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 \
Expand Down
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
Expand All @@ -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 \
Expand Down
30 changes: 15 additions & 15 deletions jaspersoft-containers/Docker/scalableQueryEngine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
- [Environment Variables](#environment-variables)
- [Using Docker Compose](#using-docker-compose)
- [Using Docker Build](#using-docker-build)
- [Deploying the TIBCO JasperReports&reg; Server Scalable Query Engine Application](#deploying-the-tibco-jasperreports-server-scalable-query-engine-application)
- [Deploying the JasperReports&reg; Server Scalable Query Engine Application](#deploying-the-jasperreports-server-scalable-query-engine-application)
<!-- /TOC -->`
</details>

# Introduction

This distribution includes `Dockerfile` and supporting files for building, configuring, and running TIBCO JasperReports&reg; Server Scalable Query Engine in containers. Orchestration is done by Kubernetes
This distribution includes `Dockerfile` and supporting files for building, configuring, and running JasperReports&reg; Server Scalable Query Engine in containers. Orchestration is done by Kubernetes
and all the deployment configurations are managed by Helm charts and Redis is used for caching.


Expand All @@ -25,7 +25,7 @@ and all the deployment configurations are managed by Helm charts and Redis is us
1. Docker-engine (19.x+) setup with Docker Compose (3.9+)
1. Knowledge of Docker
1. Git
1. TIBCO JasperReports&reg; Server
1. JasperReports&reg; Server
1. Keystore

# Repository Structure
Expand Down Expand Up @@ -54,17 +54,17 @@ and all the deployment configurations are managed by Helm charts and Redis is us

## Environment Variables

| Environment Variable Name | Description | Default Value|
|------------| -------------|--------------|
|JASPERREPORTS_SERVER_VERSION | JasperReports Server release version | 8.0.3|
|SCALABLE_QUERY_ENGINE_IMAGE_NAME| Scalable Query Engine image name |scalable-query-engine|
|SCALABLE_QUERY_ENGINE_DRIVER_IMAGE_NAME| Scalable Query Engine JDBC drivers image name| scalable-query-engine-driver|
|SCALABLE_QUERY_ENGINE_DRIVER_IMAGE_TAG| Docker tag for Scalable Query Engine | 8.0.3|
|SCALABLE_QUERY_ENGINE_IMAGE_TAG| Docker tag for Scalable Query Engine Driver | 8.0.3|
|JDK_BASE_IMAGE | Docker image certified for the version of JasperReports Server being deployed based on Debian and Amazon Linux 2, and it is of two types **openjdk:11-jdk** for Debian and **amazoncorretto:11** for Amazon Linux 2 |openjdk:11-jdk|
|ks | .jrsks keystore path |/etc/secrets/keystore|
|ksp | .jrsksp keystore path | /etc/secrets/keystore |
|RELEASE_DATE | JasperReports Server release date | Nov 14, 2021 |
| Environment Variable Name | Description | Default Value |
|------------| -------------|------------------------------|
|JASPERREPORTS_SERVER_VERSION | JasperReports Server release version | 8.0.4 |
|SCALABLE_QUERY_ENGINE_IMAGE_NAME| Scalable Query Engine image name | scalable-query-engine |
|SCALABLE_QUERY_ENGINE_DRIVER_IMAGE_NAME| Scalable Query Engine JDBC drivers image name| scalable-query-engine-driver |
|SCALABLE_QUERY_ENGINE_DRIVER_IMAGE_TAG| Docker tag for Scalable Query Engine | 8.0.4 |
|SCALABLE_QUERY_ENGINE_IMAGE_TAG| Docker tag for Scalable Query Engine Driver | 8.0.4 |
|JDK_BASE_IMAGE | Docker image certified for the version of JasperReports Server being deployed based on Debian and Amazon Linux 2, and it is of two types **openjdk:11-jdk** for Debian and **amazoncorretto:11** for Amazon Linux 2 | openjdk:11-jdk |
|ks | .jrsks keystore path | /etc/secrets/keystore |
|ksp | .jrsksp keystore path | /etc/secrets/keystore |
|RELEASE_DATE | JasperReports Server release date | Nov 14, 2021 |


Update the `.env` based on the requirement.
Expand All @@ -85,7 +85,7 @@ Update the `.env` based on the requirement.
docker build -t scalable-query-engine-drivers:<version> -f jaspersoft-containers/Docker/scalableQueryEngine/Dockerfile.drivers .


# Deploying the TIBCO JasperReports&reg; Server Scalable Query Engine Application
# Deploying the JasperReports&reg; Server Scalable Query Engine Application

[Generate the keystore](../jrs/#keystore-generation) if it does not exist and copy it to `./resources/keystore` folder.
**Note** These keystore must be same as JasperReports Server keystore which is used for creating repository DB
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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

Expand Down
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.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# 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

Expand Down
2 changes: 1 addition & 1 deletion jaspersoft-containers/K8s/README.md
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.
Loading

0 comments on commit 8c58434

Please sign in to comment.