Skip to content
Rhys Bartels-Waller edited this page Jul 2, 2021 · 2 revisions

This repository contains a copy of the latest IOHK-managed service configurations, with a small transformation to use directories as the only network identifier, which better suits building an image by providing a single network configuration. It's intended to be added as a git submodule, to be used within build steps from local source. A nightly workflow commits changes to the master branch.

Transformation example

Before:

"AlonzoGenesisFile": "mainnet-alonzo-genesis.json",

After:

"AlonzoGenesisFile": "../genesis/alonzo.json"

Usage Example

https://github.com/input-output-hk/cardano-graphql/blob/e8c55259aef0d243d841f3c5221132f1c91a8ce4/Dockerfile#L96-L97

Clone this wiki locally