Build EMS Client Image
To build the EMS Client image, you can choose one of the following options:
- Use the
Dockerfile
located under the$OPE_HOME/docker/ems
path and perform a docker build command. -
Modify the
docker-compose-build-complete.yml
docker compose file adding a dedicated EMS section as follows:Copyems-client:
build:
context: ./ems
dockerfile: Dockerfile
args:
EMS_VERSION: "8.6"
image: "tibco/ems-client:8.6.0"Then you can use the docker-compose command to build all the images and the EMS Client.