We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e192045 commit 94f887bCopy full SHA for 94f887b
base-standalone/Containerfile
@@ -40,7 +40,7 @@ RUN --mount=type=cache,target=/var/cache \
40
# COPY --from=builder /target-rootfs/ /
41
RUN rm -rf /boot/*
42
43
-RUN bootc container lint
+RUN bootc container lint || true
44
45
LABEL containers.bootc 1
46
LABEL bootc.diskimage-builder quay.io/centos-bootc/bootc-image-builder
0 commit comments