diff --git a/Containerfile b/Containerfile index 9c77144..1baebfa 100644 --- a/Containerfile +++ b/Containerfile @@ -28,7 +28,8 @@ ARG MANIFEST=fedora-standard COPY . /src WORKDIR /src RUN rm -vf /src/*.repo -RUN --mount=type=bind,rw,from=repos,src=/,dst=/repos </dev/null # Run the build script in the same way we expect custom images to do, and also # "re-inject" the manifests into the target, so secondary container builds can use it. -/usr/libexec/bootc-base-imagectl build-rootfs --reinject --manifest=${MANIFEST} /repos /target-rootfs +/usr/libexec/bootc-base-imagectl build-rootfs \ + --cachedir=/cache --reinject --manifest=${MANIFEST} /repos /target-rootfs EORUN # This pulls in the rootfs generated in the previous step