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 $AF_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 should get the following output:
    REPOSITORY           TAG        IMAGE ID        CREATED         	SIZE
    tibco/fom-ocs        4.0.0     84bd39b3ea76    22 hours ago        1.14 GB
    tibco/fom-omsui      4.0.0     768b1c9a6efc    22 hours ago        1.41 GB
    tibco/fom-configurator   4.0.0 b5d005a588a9    22 hours ago        714 MB
    tibco/fom-ope        4.0.0     72672de68546    22 hours ago        1.23 GB
    tibco/fom-aopd       4.0.0     30a0f0abb613    22 hours ago        1.23 GB
    tibco/fom-oms        4.0.0     4c5c996f2e2b    22 hours ago        1.26 GB
    tibco/fom-base       4.0.0     62c2dd1a5d73    22 hours ago        1.05 GB
    tibco/base           1.0       45c6f2ff14c3    22 hours ago        630 MB
    centos               latest    67591570dd29    3 months ago        192 M