From a454b2e96ca01f47ab079b04301f08d1aa08e02b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 21 Jul 2025 17:41:23 +0200 Subject: [PATCH] README.md: document `--ignore-warnings` This commit adds some documentation to the `--ignore-warnings` flag that was added in PR#250. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4a798b0..d41dbe5 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,11 @@ A: Both projects are very close. The `bootc-image-builder` focuses on providing based inputs. We expect the two projects to merge eventually and they already share a lot of code. +Q: I get `Warnings during manifest creation` and the build stops, what can I do? +A: This is a safety feature so that in e.g. CI systems warnings cannot + go unnoticed. Just add `--ignore-warnings` to the build they are + harmless. + ## Project * **Website**: