Docker Files
TIBCO BusinessConnect™ Container Edition provides docker files for installing and deploying the components of BusinessConnect Container Edition.
Docker file is a script, which contains various commands to automatically perform actions on a base image.
BusinessConnect Container Edition Docker Files
TIBCO BusinessConnect™ Container Edition provides the following docker files and scripts.
File | Description |
---|---|
configuration.properties | Contains all the properties that user has to set before building the BusinessConnect Container Edition's docker images and deploying to the Kubernetes cluster. |
build-images.sh | Creates the BusinessConnect Container Edition Docker images and pushes the images to the Docker repository. |
deployment.properties | Contains all the properties that user has to set before deploying BusinessConnect Container Edition's Docker images to the Kubernetes cluster. |
deploy-bcce.sh | Deploys the BusinessConnect Container Edition services onto the Kubernetes cluster. |
remove_bcce_services.sh | Deletes all the BusinessConnect Container Edition services and deployments. |
apply_secret_cert.sh | Creates the Kubernetes secret bcce-gs-config for two key/cert files. |
apply_secret_docker_login.sh | Creates the Kubernetes secret docker-registry for Docker login. |
apply_secret_log4j2.sh | Creates the Kubernetes secret log4j2 with the log4j2.xml. |
log4j2.xml | Default xml file for creating the Kubernetes log4j2 secret. |
Copyright © Cloud Software Group, Inc. All rights reserved.