TIBCO BusinessEvents 5.5.0 - Docker creation script "BE_HOME/docker/frominstall/build_be_image_frominstallation" cannot be used on MacOS

TIBCO BusinessEvents 5.5.0 - Docker creation script "BE_HOME/docker/frominstall/build_be_image_frominstallation" cannot be used on MacOS

book

Article ID: KB0079748

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -

Description

The scripts to create a docker image from current installation are available on a MacOS TIBCO BusinessEvents installation, but they cannot be used to build the Docker image.
 

Issue/Introduction

TIBCO BusinessEvents 5.5.0 - Docker creation script "BE_HOME/docker/frominstall/build_be_image_frominstallation" cannot be used on MacOS

Environment

MacOS

Resolution

We have an existing CR to remove the scripts from MacOS installation. Those scripts are working only on Linux environments.

To build the docker image on MacOS use the scripts in "BE_HOME/docker/bin" (TIBCO BusinessEvents Installation files for Linux environment version required).

eg:
cd <BE_HOME>/docker/bin
./build_be_image.sh -l /temp/LinuxInstalls -e enterprise -v 5.5.0 -i v01

See:
https://docs.tibco.com/pub/businessevents-enterprise/5.5.0/doc/html/GUID-E997D70D-2747-4249-83FE-7F5239C01F32.html

Additional Information

Docker