Skip to content

Commit

Permalink
hack: Use lint --fatal-warnings
Browse files Browse the repository at this point in the history
Because if failures somehow creep in we really want to know.

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Feb 12, 2025
1 parent 56d8bd0 commit 1a3ee6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ RUN tar -C / --zstd -xvf /tmp/bootc.tar.zst && rm -vrf /tmp/*
# Also copy over arbitrary bits from the target root
COPY --from=build /build/target/dev-rootfs/ /
# Test our own linting
RUN bootc container lint
RUN bootc container lint --fatal-warnings

0 comments on commit 1a3ee6c

Please sign in to comment.