gvenzl/Setup-Oracle-DB-Free
Setup Oracle Database Free on Docker or Podman.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Valid image tag from https://github.com/gvenzl/oci-oracle-free | no | "" |
| port | Exposed port for database connections. | no | 1521 |
| container-runtime | Container runtime to use (docker or podman). | no | podman |
| container-name | Name for the container | no | oracledb |
| health-max-retries | Number of tries for checking database is up | no | 60 |
| health-interval | Time interval between health checks, in seconds | no | 3 |
| 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 | — |
| container-network | Connects the container to an already established network. | no | — |
Outputs
no outputs