Skip to content

Commit 94f887b

Browse files
committed
Don't fail build if lint fails
1 parent e192045 commit 94f887b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-standalone/Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN --mount=type=cache,target=/var/cache \
4040
# COPY --from=builder /target-rootfs/ /
4141
RUN rm -rf /boot/*
4242

43-
RUN bootc container lint
43+
RUN bootc container lint || true
4444

4545
LABEL containers.bootc 1
4646
LABEL bootc.diskimage-builder quay.io/centos-bootc/bootc-image-builder

0 commit comments

Comments
 (0)