particular/setup-ravendb-action
Set up and teardown an RavenDB database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| single-connection-string-name | The name of the environment variable to fill with the RavenDB connection string. | no | RavenDBSingleNodeUrl |
| cluster-connection-string-name | The name of the environment variable to fill with the comma seperated RavenDB cluster connection strings. | no | CommaSeparatedRavenClusterUrls |
| ravendb-license | The RavenDB license as a single line JSON string | yes | — |
| ravendb-version | The RavenDB container tag name | no | 7.1-ubuntu-latest |
| ravendb-mode | The RavenDB server mode (Single, Cluster, Both) | no | Single |
| tag | When the action runs on a Windows agent, this tag is applied to the Azure container created by the action. | yes | — |
| registry-login-server | The container registry to log in to, if required | no | index.docker.io |
| registry-username | The username to log in to the container registry. Will not attempt login if not provided. | no | — |
| registry-password | The password to log in to the container registry. Will not attempt login if not provided. | no | — |
Outputs
no outputs