Building the Security CLI Docker Image
Overview
This topic covers how to build the security CLI Docker image which is required to run ThingWorx in a containerized environment.
Building the Security CLI Docker Image
After completing the setup, you can use the build script to create the security CLI Docker image. The included build.sh script takes the variables set in the build.env file and works with the files in the staging folder to make sure the Docker build command has the appropriate variables and build context available.
To build the image, run the following command:
./build.sh
After the build process completes, the following Docker image is available:
security-common-cli-${SECURITY_TOOL_VERSION}
Was this helpful?