Prerequisites to use the Docker image
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
This topic lists the prerequisites for using the PAS for OpenEdge Docker image.
System requirements
- Latest version of Red Hat Enterprise Linux (RHEL), supported by OpenEdge
- Docker Community Edition (Docker-CE) 24.0.7
Required artifacts
Before deploying applications, you must provide the following artifacts:
- Generate a license file
- Copy the generated Progress license file into deploy folder
/license/progress.cfg. - Ensure that the JDK image is available
- Ensure that the JDK image is available in the Docker environment.
- Generate a ZIP file of your ABL application
- Copy the created ABL application archive files into
deploy folder
/ablapps/ABL app name.zip.
- Runtime configurations
- Place the
runtime.propertiesfile into deploy folder/conf
- Custom Fluent Bit configurations
- If you are using Fluent Bit and want to customize the
default configuration, then copy the configuration files into deploy folder
/conf/logging.
Prerequisites for using the deploy scripts
- Java version 8 or later
- Apache Ant version 1.9.4 or later