gvenzl/Oracle-DB
Setup Oracle Database on Docker
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | An Oracle database image such as container-registry.oracle.com/database/enterprise:21.3.0.0 | no | "" |
| registry | Docker registry where the image may be found | no | "" |
| registry-username | Login credentials for the given registry | no | "" |
| registry-password | Login credentials for the given registry | no | "" |
| tag | Valid image tag from https://github.com/gvenzl/oci-oracle-xe | no | "" |
| port | Exposed port for database connections. | no | 1521 |
| container-name | Name for the container | no | oracledb |
| health-script-path | Path to healthcheck script | no | /opt/oracle/checkDBStatus.sh |
| health-max-retries | Number of tries for checking database is up | no | 20 |
| health-interval | Time interval between health checks, in seconds | no | 10 |
| volume | Volume containing database files. | no | — |
| oracle-password | Password for the Oracle Database `SYS` and `SYSTEM` users. | no | — |
| oracle-database | Create a new pluggable database with the specified name. | no | — |
| app-user | Create a new database schema user with the specified name. | yes | — |
| app-user-password | Define a password for the database schema user specified by `app-user`. | yes | — |
| setup-scripts | Additional database setup scripts. | no | — |
| startup-scripts | Additional database initialization scripts. | no | — |
Outputs
no outputs