janderland/FoundationDB Test Environment
Sets up a FoundationDB testing environment with Docker
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 29, 2025
- License
- MIT
Pinned Snippet
uses: janderland/fenv@387b628b6ddef5e8104a36b9906588e474e5c170 # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| fdb_ver | FoundationDB version | no | 7.1.61 |
| ext_dockerfile | Path to custom Dockerfile for extending fenv image | no | "" |
| project_name | Project name for namespacing extended images (defaults to repo name) | no | "" |
Outputs
| name | description |
|---|---|
| fenv_docker_tag | Docker image tag for the build container |
| fenv_ext_docker_tag | Extended image tag (empty if not built) |
| fenv_ext_image_built | Whether extended image was built (true/false) |