diff --git a/Containerfile b/Containerfile index abc0b92..ed14f01 100644 --- a/Containerfile +++ b/Containerfile @@ -41,10 +41,12 @@ RUN rm -vf /src/*.repo COPY --from=repos /etc/yum.repos.d/*.repo /src RUN --mount=type=cache,target=/workdir \ --mount=type=bind,rw=true,src=.,dst=/buildcontext,bind-propagation=shared \ - --mount=type=bind,from=repos,src=/,dst=/repos \ - rpm-ostree compose image --image-config fedora-bootc-config.json \ - --cachedir=/workdir --format=ociarchive --initialize ${MANIFEST} \ + --mount=type=bind,from=repos,src=/,dst=/repos <