We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c239e7 commit 27d955cCopy full SHA for 27d955c
hack/Containerfile
@@ -25,7 +25,7 @@ RUN /tmp/provision-derived.sh "$variant" && rm -f /tmp/*.sh
25
COPY hack/install-test-configs/* /usr/lib/bootc/install/
26
# Inject our built code
27
COPY --from=build /out/bootc.tar.zst /tmp
28
-RUN tar -C / --zstd -xvf /tmp/bootc.tar.zst && rm -vf /tmp/*
+RUN tar -C / --zstd -xvf /tmp/bootc.tar.zst && rm -vrf /tmp/*
29
# Also copy over arbitrary bits from the target root
30
COPY --from=build /build/target/dev-rootfs/ /
31
# Test our own linting
0 commit comments