Building BusinessEvents Application Docker Image

TIBCO BusinessEvents provides a script file to build Docker image for BusinessEvents application using the Dockerfile generated for the application. This batch file (for Windows and Linux) is located at the BE_HOME/docker/bin folder.

To include additional BusinessEvents engine properties in the application Docker image, add a properties file with all the additional properties in it and externsion .props in the target directory.

Prerequisites

Before building the BusinessEvents application Docker image, ensure that Dockerfile of BusinessEvents application is created. See Generating BusinessEvents Application Dockerfile for more details.

Procedure

  • Go to the BE_HOME/docker/bin folder and run the application Docker image building script build_app_image.sh (in Linux) or build_app_image.bat (in Windows).
    ./build_app_image.sh <APP_IMAGE_NAME>:<APP_IMAGE_VERSION> <TARGET_DIRECTORY>
    Where:
    • APP_IMAGE_NAME - Name of the application image.
    • APP_IMAGE_VERSION - Version of the application image.
    • TARGET_DIRECTORY - The directory where the generated application Dockerfile, application CDD file, and application enterprise archive (EAR file) are present.
    For example:
    ./build_app_image fdcache:v01 /home/temp