Building Docker Images

After the required files are copied at the Docker context, you can build the Docker images. Use Docker-Compose for building the Docker images.

Procedure

  1. Go to the $OM_HOME/docker directory and execute the following command:
    docker-compose --file docker-compose-build-complete.yml build
  2. Execute the following command to check the images that are created:
    $] docker images
    You might get the following output:
    REPOSITORY                          TAG     IMAGE ID       CREATED       SIZE
    tibco/tmf-om-adapter                5.0.0   bbb8cba0655b   5 hours ago   945MB
    tibco/authorization-service         5.0.0   ec3cdb8632ab   6 days ago    956MB
    tibco/configurator-service-context  5.0.0   d8e7803d0bb1   6 days ago    1GB
    tibco/orchestrator-service          5.0.0   ea476804b5fb   6 days ago    961MB
    tibco/aopd-service                  5.0.0   b092b0414455   6 days ago    1.15GB
    tibco/catalog-service               5.0.0   fc6b3637a556   6 days ago    950MB
    tibco/configuration-service         5.0.0   411507bbcb7f   6 days ago    981MB
    tibco/dataservice                   5.0.0   4f354b2a6513   6 days ago    947MB
    tibco/base                          1.0     d9586a79b4f    6 days ago    872MB
    centos                              latest  9f38484d220f   3 months ago  202MB