rusher/action-setup-mariadb
Setup MariaDB server action. Server can be community or enterprise, either local or using container.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Valid image tag depending on registry | no | "" |
| local | Local (compare to docker) installation | no | "" |
| port | Exposed port for database connections. | no | "" |
| registry | registry for example "docker.io/mariadb", "quay.io/mariadb-foundation/mariadb-devel", or "docker.mariadb.com/enterprise-server" | no | "" |
| registry-user | registry docker username | no | "" |
| registry-password | registry docker password | no | "" |
| container-runtime | Container runtime to use (docker or podman). | no | "" |
| root-password | Password for root user | no | — |
| allow-empty-root-password | permits empty root password | no | — |
| user | Create a mariadb user | no | — |
| password | Define a password for mariadb user | no | — |
| database | Initial database | no | — |
| conf-script-folder | additional configuration directory | no | — |
| additional-conf | additional configuration | no | — |
| init-script-folder | initialized directory | no | — |
Outputs
| name | description |
|---|---|
| database-type | Type of database setup: "local" for native installation or "container" for Docker/Podman |