Download an OpenEdge database Docker container image
- Last Updated: February 25, 2025
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
You can download the OpenEdge database Docker container image from the
following locations:
- Progress Download Center
- Docker Hub
Progress Download Center
To download the required OpenEdge database Docker container image from the
Progress Download Center:
- Log in to the Progress Download Center and click Customer
Downloads Portal.
The Product List page opens in a new browser tab.
- Click and then click
PROGRESS_OE_DATABASE_CONTAINER_IMAGES_12.8.6_LNX_64.zip.
The archive file is downloaded.
- Extract the contents of the ZIP file to an appropriate
location on the Docker host.The file has the following contents:
- The build directory, which has the configuration files, deployment scripts, and other artifacts
- The NOTICE_DB_DOCKER.txt file
- The PROGRESS_OE_ADVANCED_DATABASE_CONTAINER_IMAGE_12.8.6_LNX_64.tar.gz archive, which is the base image of the OpenEdge Advanced Enterprise RDBMS
- The PROGRESS_OE_DATABASE_CONTAINER_IMAGE_12.8.6_LNX_64.tar.gz archive, which is the base image of the OpenEdge Enterprise RDBMS
- The README.txt file
- Run:
docker load -i PROGRESS_OE_DATABASE_CONTAINER_IMAGE_12.x.0_LNX_64.tar.gz, to load the OpenEdge Enterprise RDBMS (12.x) imagedocker load -i PROGRESS_OE_ADVANCED_DATABASE_CONTAINER_IMAGE_12.x.0_LNX_64.tar.gz, to load the OpenEdge Advanced Enterprise RDBMS (12.x) image
Note: In the
procedure, replace 12.x with the appropriate OpenEdge version.
Docker Hub
The OpenEdge database Docker container image is also available at the following link on the
Docker Hub: