Building the TIBCO BusinessEvents Docker Image
TIBCO BusinessEvents provides a script file to build Docker image for BusinessEvents. This batch file (for Windows and Linux) is located at the BE_HOME/docker/bin folder.
Prerequisites
Before building the BusinessEvents Docker image, ensure that Dockerfile of BusinessEvents is created. See Dockerfile for TIBCO BusinessEvents for more details.
Procedure
-
Go to the
BE_HOME/docker/bin folder and run the Docker image building script
build_be_image.sh (in Linux) or
build_be_image.bat (in Windows).
./build_be_image.sh -l <INSTALLERS_LOCATION> -v <BE_VERSION> -e <BE_EDITION> -i <IMAGE_VERSION> -a <BE_ADDONS> --hf=<BE_HOTFIX> --as-hf=<AS_HOTFIX> -d <DOCKERFILE>
./build_product_image.sh -l /home/pkgs/5.4 -e standard -v 5.4.0 -i v01 -a process --hf=1
Next topic: Generating BusinessEvents Application Dockerfile
Previous topic: Dockerfile for TIBCO BusinessEvents
Copyright © TIBCO Software Inc. All rights reserved.