Building BusinessConnect Container Edition Component's Docker Images

Perform the following steps to build BusinessConnect Container Edition component's docker images.

  1. Download TIBCO BusinessConnectâ„¢ Container Edition package TIB_bcce_<version>.tar.gz from the TIBCO Software product download site (https://edelivery.tibco.com/).

    To download the installation package, a user name and password are required. If you do not have a user name and password, contact TIBCO Technical Support.

  2. Extract the content of the package to a folder.
  3. Navigate to <folder>/bcce-<version>/config folder.
  4. Open the configuration.properties file and configure the following properties:
    Configuration Properties
    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 in which you want to push the docker images.
    docker_username Specify the user name of the docker login.
    download_dir=<download_dir> <download_dir> is the directory path where you want to download the optional JAR files.
  5. Save and close the configuration.properties file.
  6. Navigate to <folder>/bcce-<version>/scripts folder.
  7. Run the following command:

    ./build-images.sh

    A message - You must accept the License agreement before proceeding. Press ENTER key to read the License. Press q to finish reading. is displayed.

  8. Press ENTER key to read the license agreement. Press q to finish reading.
  9. Enter y to accept the license agreement.

    A message - 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) is displayed.
  10. Enter y.

The BusinessConnect Container Edition docker images are built and pushed to docker repository.