Building a Docker Image for TIBCO BusinessEvents®
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.
In Linux platform, you can also generate the Docker image for BusinessEvents of reduced size using an alternate script. For details, see (Linux Only) Building a Lightweight Docker Image for TIBCO BusinessEvents® .
Prerequisites
Before building the Docker image for BusinessEvents, 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.5 -e standard -v 5.5.0 -i v01 -a process --hf=1
Previous topic: Dockerfile for TIBCO BusinessEvents
Copyright © TIBCO Software Inc. All rights reserved.