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 image from the Progress Download Center:
  1. Log in to the Progress Download Center and click Customer Downloads Portal.

    The Product List page opens in a new browser tab.

  2. Click Progress® OpenEdge® > Progress® OpenEdge® 12.2.x > Progress OpenEdge and then click PROGRESS_OE_DATABASE_CONTAINER_IMAGES_12.2.17_LNX_64.zip.

    The archive file is downloaded.

  3. 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.txt file
    • The PROGRESS_OE_ADVANCED_DATABASE_CONTAINER_IMAGE_12.2.17_LNX_64.tar.gz archive, which is the base image of the OpenEdge Advanced Enterprise RDBMS
    • The PROGRESS_OE_DATABASE_CONTAINER_IMAGE_12.2.17_LNX_64.tar.gz archive, which is the base image of the OpenEdge Enterprise RDBMS
    • The README.txt file
  4. Run:
    • docker load -i PROGRESS_OE_DATABASE_CONTAINER_IMAGE_12.x.0_LNX_64.tar.gz, to load the OpenEdge Enterprise RDBMS (12.x) image
    • docker 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: