Skip to content

This GitHub Action sets up a FirebirdSQL database running on a docker container.

License

Notifications You must be signed in to change notification settings

juarezr/firebirdsql-github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firebirdsql-github-action

This GitHub Action sets up a Firebird database running on a docker container.

Usage

See more instructions in Marketplace.

Example

steps:
- uses: juarezr/[email protected]
  with:
    version: 'latest'
    firebird_database: 'my_database.fdb'
    firebird_user: 'my_user'
    firebird_password: 'my_password'

See action.yml for more details

Parameters

version

latest, v4, v4.0, v4.0.2, v3, v3.0, v3.0.10, 2.5-ss, 2.5-sc
See this Docker Image for available versions. and further details on input environment variables

port

Port published in the host for connecting in the database. Default 3050.

firebird_database

Optional name for creating a database with the container

firebird_user

Optional name for creating a user that is database owner with the container.

firebird_password

Optional password for the user created

isc_password

Default sysdba user password, if left blank a random 20 character password will be set instead.

timezone

Optional Server TimeZone. (i.e. America/Sao_Paulo)

enable_legacy_client_auth

If this is set to "true" it will allow legacy clients to connect and authenticate.

data_type_compatibility

Enable datatype compatibility for clients with previews versions: 3.0 and 2.5.

enable_wire_crypt

If this is set to "true" it will allow allow compatibility with Jaybird 3.

container_name

The name for tagging the container

Misc

Status

testing_changes

License

The scripts and documentation in this project are released under the GPL License

Funding

Send some cookies

About

This GitHub Action sets up a FirebirdSQL database running on a docker container.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published