Dockerfile including scripts to build a base image containing the following:
- Oracle Linux Server 7.6
- Oracle Database 12.2.0.1 Enterprise Edition software installation, including
- OPatch 12.2.0.1.17 (patch 6880880)
- Database Release Update 12.2.0.1.190716
- Sample schemas HR, OE, PM, IX, SH, BI (master branch as of build time)
- APEX 19.1.0
- Oracle REST Data Services 19.1.0
The purpose of this Docker image is to provide all software components to fully automate the creation of additional Docker images.
This Docker image is not designed to create working Docker containers.
The intended use is for other Docker images such Oracle Database 12.2.
Due to OTN Developer License Terms I cannot make this image available on a public Docker registry.
The following environment variable values have been used for this image:
Environment variable | Value |
---|---|
ORACLE_BASE | /u01/app/oracle |
ORACLE_HOME | /u01/app/oracle/product/12.2.0.1/dbhome |