Generating BusinessEvents Application Dockerfile
For building the BusinessEvents application Docker image, you require the BusinessEvents application Dockerfile. TIBCO BusinessEvents provide an utility to generate the application Dockerfile automatically based on the supplied arguments.
If you want to include external files, external JAR file, global variables, backing store shared resource, or expose more ports for the application, see BusinessEvents Docker Utility Features.
Prerequisites
Before generating the BusinessEvents application Dockerfile, ensure that BusinessEvents Docker image is created. See Building the TIBCO BusinessEvents Docker Image for more details.
Procedure
-
Go to the
BE_HOME/docker/bin folder and run the application Dockerfile generation executable
be-docker-gen.
./be-docker-gen -t <TARGET_DIRECTORY> -i <BE_BASE_DOCKER_IMAGE> -m <MAINTAINER> -e <EMAIL> -l <LABEL> -o <OVERWRITE_DOCKERFILE> -h <HELP>
./be-docker-gen -t /home/app -i 5.5.0-v01 -m FraudDetection -e fdcache@abc.com –l ApplicationName=FraudDetection -o true
Copyright © TIBCO Software Inc. All rights reserved.