astandrik/Setup Local YDB
Start a local-ydb Docker stack for GitHub Actions CI jobs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Exact ghcr.io/ydb-platform/local-ydb tag, or latest to resolve the newest numeric tag. | no | 26.1.1.6 |
| tenant | Tenant database path to create. | no | /local/test |
| auth | Enable native YDB auth after bootstrapping the tenant. | no | false |
| cleanup | Remove action-created Docker resources in the post step. | no | true |
| static-grpc-port | Host port for the static/root gRPC endpoint. Auto-selected when omitted. | no | — |
| dynamic-grpc-port | Host port for the tenant dynamic-node gRPC endpoint. Auto-selected when omitted. | no | — |
| monitoring-port | Host port for the local-ydb monitoring endpoint. Auto-selected when omitted. | no | — |
| container-prefix | Prefix for Docker containers, network, volume, and auth artifacts. Auto-generated when omitted. | no | — |
Outputs
| name | description |
|---|---|
| endpoint | Dynamic tenant gRPC endpoint for application clients. |
| static-endpoint | Static/root gRPC endpoint. |
| database | Tenant database path. |
| monitoring-url | Loopback monitoring URL. |
| image | Full Docker image reference used by the action. |
| resolved-version | Concrete local-ydb image tag used by the action. |
| username | Root username when auth is enabled. |
| password-file | Root password file path when auth is enabled. |