astandrik/Setup Local YDB

Start a local-ydb Docker stack for GitHub Actions CI jobs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionExact ghcr.io/ydb-platform/local-ydb tag, or latest to resolve the newest numeric tag.no26.1.1.6
tenantTenant database path to create.no/local/test
authEnable native YDB auth after bootstrapping the tenant.nofalse
cleanupRemove action-created Docker resources in the post step.notrue
static-grpc-portHost port for the static/root gRPC endpoint. Auto-selected when omitted.no
dynamic-grpc-portHost port for the tenant dynamic-node gRPC endpoint. Auto-selected when omitted.no
monitoring-portHost port for the local-ydb monitoring endpoint. Auto-selected when omitted.no
container-prefixPrefix for Docker containers, network, volume, and auth artifacts. Auto-generated when omitted.no
namedescription
endpointDynamic tenant gRPC endpoint for application clients.
static-endpointStatic/root gRPC endpoint.
databaseTenant database path.
monitoring-urlLoopback monitoring URL.
imageFull Docker image reference used by the action.
resolved-versionConcrete local-ydb image tag used by the action.
usernameRoot username when auth is enabled.
password-fileRoot password file path when auth is enabled.