Creating the TIBCO BusinessWorks Container Edition Docker Image for Rendezvous Palette
Follow these steps to create a docker image for TIBCO BusinessWorks Container Edition applications designed using the Rendezvous palette.
- Procedure
- Navigate to the TIBCO_HOME/bwce/<version>/docker directory.
- Open a command terminal and execute the following command from the
TIBCO_HOME/bwce/<version>/docker folder:
docker build -t TAG-NAME .
- Create an EAR file for the TIBCO BusinessWorks Container Edition application and keep the EAR file in a folder.
- Download the
TIB_rv_<version>_linux_x86_64.zip
file from thehttp://reldist.na.tibco.com/package/rv/
reldist location. Unzip theTIB_rv_<version>_linux_x86_64.zip
file and add the unzipped file in the same folder where the EAR file is kept. - Use the Dockerfile to create an application image. For more information, see Building an Application Image.
ResultThe application image is ready to run with on-premises Rendezvous.