actions-marketplace-validations/Setup FirebirdSQL
Setup a FirebirdSQL database running in a docker container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of firebirdsql to use: latest, 5, 5.0.2, 5-noble, 5-jammy, 4, 4.0.5, 3, 3.0.12. See: firebirdsql/firebird for a complete list of tags. | no | latest |
| port | Port published in the host for connecting to the database. Default: 3050. | no | 3050 |
| event_port | Optional port for Firebird events (RemoteAuxPort). If set, configures RemoteAuxPort in firebird.conf and publishes the port. Default: empty (disabled). | no | "" |
| firebird_database | Optional name for creating a database inside the container | no | "" |
| firebird_user | Optional name for creating a user that is database owner inside the container | no | "" |
| firebird_password | Optional password for the user created | no | "" |
| firebird_root_password | Default sysdba user password, if left blank Firebird installer generates a one-off password for SYSDBA instead | no | "" |
| timezone | Server TimeZone. (i.e. America/Sao_Paulo) | no | "" |
| container_name | The name for tagging the container. Default: firebirdsql | no | firebirdsql |
| network_name | Optional name of the network for connecting the container | no | "" |
| volumes | Optional list of volumes to mount in the container. One volume per line in `host_path:container_path` format. E.g.: `/tmp/firebird:/var/lib/firebird/data` | no | "" |
| firebird_conf | Comma separated list of settings to be set in `firebird.conf`. E.g.: `ConnectionTimeout=180,DeadlockTimeout=10`. See: https://firebirdsql.org/rlsnotesh/config-fb-conf.html | no | "" |
| enable_legacy_client_auth | If this is set to "true" it will allow legacy clients to connect and authenticate. Not recommended. Deprecated. | no | "" |
| enable_wire_crypt | If this is set to "true" it will allow allow compatibility with Jaybird 3. Not recommended. Deprecated. | no | "" |
| data_type_compatibility | Enable datatype compatibility for clients with previews versions: `3.0` and `4.0`. Deprecated. | no | "" |
Outputs
no outputs