commit 1587cc329d8d0de4f476735638c54bcd43de5c17 Author: Charlie Macdonald Date: Mon Apr 6 21:09:25 2026 +0000 Add butane.bu diff --git a/butane.bu b/butane.bu new file mode 100644 index 0000000..146e60e --- /dev/null +++ b/butane.bu @@ -0,0 +1,11 @@ +variant: fcos +version: 1.6.0 +ignition: + config: + merge: + # Base config + - source: https://git.mrmeeb.stream/mrmeeb-labs/core-infrastructure/raw/branch/main/ignition/base.ign + # Install python3 + - source: https://git.mrmeeb.stream/mrmeeb-labs/core-infrastructure/raw/branch/main/ignition/base-install-python3.ign + # Install docker + - source: https://git.mrmeeb.stream/mrmeeb-labs/core-infrastructure/raw/branch/main/ignition/base-install-docker.ign \ No newline at end of file