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/om-migration            5.1.0     186aec0acde9     11 hours ago     931MB
    tibco/ocs-util                5.1.0     13dbfa2c54dd     11 hours ago     716MB
    tibco/ocs                     5.1.0     a4e3741d229d     11 hours ago     895MB
    tibco/omsui                   5.1.0     59857f421bb9     11 hours ago     1.13GB
    tibco/archival-service        5.1.0     ffba190f7c25     11 hours ago     936MB
    tibco/processcomponent        5.1.0     b44089791a4d     11 hours ago     912MB
    tibco/tmf-om-adapter          5.1.0     c904f1943430     11 hours ago     796MB
    tibco/dataservice             5.1.0     96cd475c5e9a     11 hours ago     800MB
    tibco/orchestrator            5.1.0     5903d688a4dd     11 hours ago     969MB
    tibco/aopd                    5.1.0     b5fe3027ed98     11 hours ago     961MB
    tibco/catalog-services        5.1.0     53ddd575a717     11 hours ago     803MB
    tibco/authorization-service   5.1.0     b3dc880afafd     11 hours ago     824MB
    tibco/configurator            5.1.0     802868403d81     11 hours ago     875MB
    tibco/base                    1.0       6223c4464736     11 hours ago     716MB
    centos                        latest    0d120b6ccaa8     2 weeks ago      215MB