From 4b3cd2c1d4fd373c81395f8fa7a7a0be54d0889c Mon Sep 17 00:00:00 2001 From: Julian Wefers Date: Sat, 27 Jun 2026 22:27:31 +0200 Subject: [PATCH] use chunkah for final image --- .gitignore | 1 + Containerfile | 16 ++++++++++++++-- commands.sh | 5 ++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 53752db..01d3eac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ output +out diff --git a/Containerfile b/Containerfile index 8d414c0..b4a3c15 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,6 @@ -FROM quay.io/fedora/fedora-bootc:44 +ARG CHUNKAH_CONFIG_STR + +FROM quay.io/fedora/fedora-bootc:44 AS builder # Install ZFS # we want to keep ALL dnf downloaded packages in dnf cache, @@ -11,7 +13,17 @@ RUN --mount=type=cache,target=/var/cache/libdnf5 <