Platform
|
Description
|
---|---|
java
|
The OpenJDK - Amazon Coretto 11.x.x file obtained from Amazon Web Services or the Java JDK version 11 archive file obtained from Oracle.
If you want to use some other image as a base, make the required changes in dockerfiles\ignite\Dockerfile
Example files:
1. jdk-11.x.x-linux-x64.tar.gz
2. amazon-corretto-11.x.x-linux-x64.tar.gz
Save this file into the staging folder and make sure the JAVA_VERSION and JAVA_ARCHIVE variables in the build.env file are correct.
|
ThingWorx Security Tool Archives
|
Download from the PTC Software Downloads site alongside this Dockerfile release.
Save these files into the staging folder and make sure the SECURITY_TOOL_ARCHIVE variable in the build.env file are correct.
|
Template Processor Archive
|
A tool provided by PTC to both parse templates inside the Docker container when it is starting to provide variables and format configuration files based on the running environment.
Example File:
template-processor-12.1.0.11-application.tar.gz
Make sure this file in the staging folder matches the TEMPLATE_PROCESSOR_ARCHIVE variable in the build.env file.
|
Variable Name
|
Default
|
Comment
|
---|---|---|
JAVA_ARCHIVE
|
jdk-11.x.x-linux-x64.tar.gz
amazon-corretto-11.0.8.10.1-linux-x64.tar.gz
|
The file name of the Java archive as it exists in the staging folder.
|
SECURITY_TOOL_VERSION
|
securityToolVersion
|
The version of the Security Tool library
|
SECURITY_TOOL_ARCHIVE
|
securityToolFileName
|
The Security Tool Library name as it exists in the staging folder.
|
TEMPLATE_PROCESSOR_ARCHIVE
|
template-processor-12.1.0.11-application.tar.gz
|
The version of the template-processor archive as it exists in the staging folder.
|