gvenzl/Oracle-DB

Setup Oracle Database on Docker

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imageAn Oracle database image such as container-registry.oracle.com/database/enterprise:21.3.0.0no""
registryDocker registry where the image may be foundno""
registry-usernameLogin credentials for the given registryno""
registry-passwordLogin credentials for the given registryno""
tagValid image tag from https://github.com/gvenzl/oci-oracle-xeno""
portExposed port for database connections.no1521
container-nameName for the containernooracledb
health-script-pathPath to healthcheck scriptno/opt/oracle/checkDBStatus.sh
health-max-retriesNumber of tries for checking database is upno20
health-intervalTime interval between health checks, in secondsno10
volumeVolume containing database files.no
oracle-passwordPassword for the Oracle Database `SYS` and `SYSTEM` users.no
oracle-databaseCreate a new pluggable database with the specified name.no
app-userCreate a new database schema user with the specified name.yes
app-user-passwordDefine a password for the database schema user specified by `app-user`.yes
setup-scriptsAdditional database setup scripts.no
startup-scriptsAdditional database initialization scripts.no

no outputs