Building BusinessConnect Container Edition Component's Docker Images
Perform the following steps to build BusinessConnect Container Edition component's docker images.
- 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.
- Extract the content of the package to a folder.
- Navigate to <folder>/bcce-<version>/config folder.
- 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. - Save and close the configuration.properties file.
- Navigate to <folder>/bcce-<version>/scripts folder.
- 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.
- Press ENTER key to read the license agreement. Press q to finish reading.
- 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. - Enter y.
The BusinessConnect Container Edition docker images are built and pushed to docker repository.
Copyright © Cloud Software Group, Inc. All rights reserved.