Simple docker image for TIBCO EMS Community Edition.
Currently it was tested with version 10.3.0.
-
Download TIB_ems_10.3.0_linux_x86_64.zip to folder named dist:
dist └── TIB_ems_10.3.0_linux_x86_64.zip
-
Build image by executing:
./build.sh
-
Use docke-compose to run it:
docker-compose up -d
-
You can filter your new image using labels:
docker images --filter "label=vendor=TIBCO"
The TIBCO EMS 10.3.0 release introduces Prometheus metrics. docker-compose provides Otel Collector, which scraps EMS metrics and sends them to the Prometheus endpoint. To enable OTEL Collector, run docker compose up
with the otel
profile enabled:
docker compose --profile otel up