Copying Files to Docker Context

It is required to copy files to the Docker context before building the required Docker images.

Procedure

  1. Install Docker 1.13 (or later), Docker-Compose 1.10 (or later), and TIBCO Order Management on the host machine.
  2. Copy the JRE 11 64-bit RPM file, for example jre-11*-linux-x64.rpm, to the $OM_HOME/docker/base/1.0 directory.
  3. Run the $OM_HOME/roles/<service-name>/standalone/bin/copyLib.sh script. For more information, refer to the "Post-Installation Task: Copying Dependencies" topic in the TIBCO Order Management and Configuration guide.
  4. Go to the $OM_HOME/docker directory and execute copy-required-files.sh.
    This shell script copies all the required directories from OM_HOME to a specific Docker context. These files are required to build Docker images. This script works on OM_HOME set in the environment or takes the value of OM_HOME as user input.