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 <