Human readable Butane Configs that can be translated into machine readable Ignition Configs using make and the coreos/butane Docker container. In addition, the mikefarah/yq YAML processor Docker container is used for merging specific Butane Configs before translating into an Ignition Config.
- make (tested with GNU Make 4.2.1)
- awk (tested with GNU Awk 5.0.1)
- docker (tested with Docker 20.10.12)
git clone https://github.com/sanderdewitte/ignition.gitcd ./ignitionmake BUTANE=<BUTANE file name>- Put resulting Ignition file (.ign) to
Ignition config-data / user-dataproperty or serve it with an HTTP server make clean BUTANE=<BUTANE file name>