MaksymBilenko / docker-oracle-apex

:whale: Image to install/upgrade/uninstall Oracle Application Express to Oracle Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-apex

Docker Repository on Quay

Apex 5.1.2 upgrade package for quay.io/maksymbilenko/oracle-xe-11g and quay.io/maksymbilenko/oracle-12c

Installation

docker pull quay.io/maksymbilenko/docker-oracle-apex:5.1.2

Run this to upgrade APEX on you Oracle database container:

docker run -it --rm --volumes-from ${DB_CONTAINER_NAME} --link ${DB_CONTAINER_NAME}:oracle-database quay.io/maksymbilenko/docker-oracle-apex:5.1.2 install
#In that case build woud be with default settings and credentials

Run with custom parameters and credentials:

docker run -it --rm --volumes-from ${DB_CONTAINER_NAME} --link ${DB_CONTAINER_NAME}:oracle-database -e PASS=SomePassWorD quay.io/maksymbilenko/docker-oracle-apex:5.1.2 install

The default list of ENV variables is:

USER=sys
PASS=oracle
HOST=oracle-database
PORT=1521
SID=XE
HTTP_PORT=8080

Upgrade might take 10-20 Minutes (Depends on hardware).

About

:whale: Image to install/upgrade/uninstall Oracle Application Express to Oracle Database

License:Other


Languages

Language:Shell 83.6%Language:Dockerfile 16.4%