Building BusinessConnect Container Edition Component’s Docker Images
To run the BusinessConnect Container Edition components on the Docker or Kubernetes platform, you must first build the Docker images for the components and applications.
Before you begin
- From TIBCO eDelivery, download the
TIB_bcce_<version>.tar.gzinstallation and deployment package. - Extract the contents of the package to a local directory.
- Install the required protocols, such as, EZComm, RosettaNet, EDI (X12, EDIFACT, and Gateway), ebXML, SOAP, and EDI HIPAA. Any number of supported protocols can be installed. For installing a protocol, refer to the protocol’s Installation document.
- Procedure
- Navigate to the
<folder>/bcce-1.3.0/images/configdirectory. - Open the
configuration.propertiesfile and configure the properties listed in the following table.Property Description docker_repository=<docker_registry_ip>:<docker_registry_port><docker_registry_ip>is the IP address and<docker_registry_port>is the port of the machine to which you want to push the Docker imagesdocker_usernameSpecify the username required to log in to Docker download_dir=<download_dir><download_dir>is the directory path where you want to download all the JAR files - Save and close the
configuration.propertiesfile. - Navigate to the
<folder>/bcce-1.3.0/images/scriptsdirectory. -
Run the following command:
./build-images.sh - Follow the command-line interface instructions, review the license agreement, and enter
yto accept it. -
When prompted:
Do you want to push the BCCE docker images to <docker_registry_ip>:<docker_registry_port>?If not, the BCCE docker images will still be built at local.(y/n)Enter
yto build the Docker images.Note: The following message displays only if you have installed EDI HIPAA. -
When ConfigStore Management Server starts building, it asks if guidelines from instream are to be copied:
Do you need to copy the EDI HIPAA guidelines from TIBCO instream installation? (y/n)
Enter
y.Please enter the TIBCO instream installation home
Provide an instream home.
ResultThe following BusinessConnect Container Edition Docker images are built and pushed to the Docker repository:
- bcce-gs
- bcce-is
- bcce-ps
- bcce-as
- bcce-cms