cardano-configs
cardano-configs delivers network configuration files to a mounted directory. Its
entrypoint expects a target directory and accepts an optional network name.
docker run --rm \ -v "$(pwd)/configs:/output" \ ghcr.io/blinklabs-io/cardano-configs:latest /output preprodOmit preprod to copy every bundled network. Supported directories normally
include mainnet, preprod, preview, sanchonet, and devnet when devnet
files were included. An unknown network fails with available directories.
There are no runtime environment variables. The update script uses these build-time controls:
| Variable | Meaning |
|---|---|
HAIL_HYDRA | When true, include Hydra devnet configuration. |
LEIOS_GO_BRR | When true, refresh the musashi/Leios configuration. |