How to create Docker images when using a BusinessEvents hotfix release

How to create Docker images when using a BusinessEvents hotfix release

book

Article ID: KB0072525

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition 6.1 and later

Description

My BusinessEvents application requires a hotfix release to be installed (e.g. 6.2.1 HF1). I would like to create a Docker image for this application. How can this be accomplished using the be-tools from GitHub?

Issue/Introduction

Clarifies the steps needed to create a Docker image that contains a BusinessEvents hotfix release.

Resolution

To build the Docker image for a BusinessEvents hotfix release, simply add the hotfix installation kit to the installers directory, along with the base installation kit for BusinessEvents. This will be picked up by the be-tools build_image script.

For example..
 
$ ls /home/user/tibco/installers/
TIB_businessevents-enterprise_6.2.1_linux26gl25_x86_64.zip <--- base installation kit
TIB_businessevents-hf_6.2.1_HF-001_linux26gl25_x86_64.zip <--- hotfix installation kit

$ ./build_image.sh -i app \
-s /home/user/tibco/installers \
-a /home/user/tibco/be/6.2/examples/standard/FraudDetection \
-t fdapp