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
  1. Navigate to the TIBCO_HOME/bwce/<version>/docker directory.
  2. Open a command terminal and execute the following command from the TIBCO_HOME/bwce/<version>/docker folder:
    docker build -t TAG-NAME . 
    
  3. Create an EAR file for the TIBCO BusinessWorks Container Edition application and keep the EAR file in a folder.
  4. Download the TIB_rv_<version>_linux_x86_64.zip file from the http://reldist.na.tibco.com/package/rv/ reldist location. Unzip the TIB_rv_<version>_linux_x86_64.zip file and add the unzipped file in the same folder where the EAR file is kept.
  5. 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.