Skip to content

Commit c125ab2

Browse files
committed
Checked for APEX 21.2 and ORDS 21.3.1 support.
1 parent 9b43467 commit c125ab2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
1. Git clone this repository and set it as the working directory.
1919
1. Download the installer files:
2020
* The required Oracle Database installation files from [OTN](https://www.oracle.com/technetwork/database/) (supports versions up to 21.3.0 including Express Edition, as of September 22, 2021). **Note:** For [Oracle Database 21c XE](https://oracle.com/xe), you are no longer required to download the binaries (see issue #39).
21-
* [Oracle Application Express](https://apex.oracle.com/download) (supports versions up 21.1 as of May 12, 2021)
22-
* [Oracle REST Data Services](https://www.oracle.com/technetwork/developer-tools/rest-data-services/downloads/index.html) (supports versions up to 21.2.0.174.1826 as of July 10, 2021)
21+
* [Oracle Application Express](https://apex.oracle.com/download) (supports versions up 21.2 as of November 04, 2021)
22+
* [Oracle REST Data Services](https://www.oracle.com/technetwork/developer-tools/rest-data-services/downloads/index.html) (supports versions up to 21.3.1.r3012050 as of November 04, 2021)
2323
1. For releases after [0.6.0](https://github.com/fuzziebrain/docker-apex-stack/releases/tag/0.6.0), either choose to use the binaries from [OpenJDK](https://openjdk.java.net/), download a licensed Java runtime, or the [free to use](https://blogs.oracle.com/java/post/free-java-license) Java 17 from Oracle. Please refer to the additonal notes section [below](#Additional-Notes-About-the-Settings-File) for details about the `INSTALL_FILE_JAVA` parameter.
2424
1. Place all installer files in the sub-directory `files`.
2525
1. Create a file that contains the required environment variables for your build. Please refer to the additonal notes [below](#Additional-Notes-About-the-Settings-File) for more information about the various parameters that can be set. Included in this repository are two examples or templates that you can use:

settings.env.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ APEX_PUBLIC_USER_PWD=Oracle18_1
1919
APEX_LISTENER_PWD=Oracle18_2
2020
APEX_REST_PUBLIC_USER_PWD=Oracle18_3
2121
ORDS_PUBLIC_USER_PWD=Oracle18_4
22-
INSTALL_FILE_APEX=apex_21.1.zip
23-
INSTALL_FILE_ORDS=ords-21.2.0.174.1826.zip
22+
INSTALL_FILE_APEX=apex_21.2.zip
23+
INSTALL_FILE_ORDS=ords-21.3.1.301.2050.zip
2424
INSTALL_FILE_JAVA=openjdk11
2525
DOCKER_ORDS_PORT=50080
2626
DOCKER_EM_PORT=55500

settings_db19c.env.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ APEX_PUBLIC_USER_PWD=Oracle19_1
1919
APEX_LISTENER_PWD=Oracle19_2
2020
APEX_REST_PUBLIC_USER_PWD=Oracle19_3
2121
ORDS_PUBLIC_USER_PWD=Oracle19_4
22-
INSTALL_FILE_APEX=apex_21.1.zip
23-
INSTALL_FILE_ORDS=ords-21.2.0.174.1826.zip
22+
INSTALL_FILE_APEX=apex_21.2.zip
23+
INSTALL_FILE_ORDS=ords-21.3.1.301.2050.zip
2424
INSTALL_FILE_JAVA=server-jre-8u301-linux-x64.tar.gz
2525
DOCKER_ORDS_PORT=50080
2626
DOCKER_EM_PORT=55500

settings_db21c.env.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ APEX_PUBLIC_USER_PWD=Oracle21_1
1919
APEX_LISTENER_PWD=Oracle21_2
2020
APEX_REST_PUBLIC_USER_PWD=Oracle21_3
2121
ORDS_PUBLIC_USER_PWD=Oracle21_4
22-
INSTALL_FILE_APEX=apex_21.1.zip
23-
INSTALL_FILE_ORDS=ords-21.2.0.174.1826.zip
22+
INSTALL_FILE_APEX=apex_21.2.zip
23+
INSTALL_FILE_ORDS=ords-21.3.1.301.2050.zip
2424
INSTALL_FILE_JAVA=server-jre-8u301-linux-x64.tar.gz
2525
DOCKER_ORDS_PORT=50080
2626
DOCKER_EM_PORT=55500

0 commit comments

Comments
 (0)