We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6b39f commit 293e9e2Copy full SHA for 293e9e2
hack/Containerfile
@@ -34,4 +34,4 @@ RUN tar -C / --zstd -xvf /tmp/bootc.tar.zst && rm -vrf /tmp/*
34
# Also copy over arbitrary bits from the target root
35
COPY --from=build /build/target/dev-rootfs/ /
36
# Test our own linting
37
-RUN bootc container lint
+RUN bootc container lint --fatal-warnings
0 commit comments