It is required to copy files to the Docker context before building the required Docker images.
Procedure
Install Docker 1.13 (or later), Docker-Compose 1.10 (or later), and TIBCO Fulfillment Order Management on the host machine.
Copy the JRE 1.8 64-bit RPM file, for example
jre-8u*-linux-x64.rpm, to the
$AF_HOME/docker/base/1.0 directory.
Run the
$AF_HOME/roles/copyLib.sh script. This script copies
ojdbc7.jar,
jms-2.0.jar,
tibjms.jar,
tibcrypt.jar and other required .jar files. For more information, refer to the "Post-Installation Task: Copying Dependencies" topic in the
Fulfillment Order Management Installation and Configuration guide.
Go to the
$AF_HOME/docker directory and execute
copy-required-files.sh.
This shell script copies all the required directories from
AF_HOME to a specific Docker context. These files are required to build Docker images. This script works on
AF_HOME set in the environment or takes the value of
AF_HOME as user input.