README.md: document --ignore-warnings

This commit adds some documentation to the `--ignore-warnings`
flag that was added in PR#250.
This commit is contained in:
Michael Vogt 2025-07-21 17:41:23 +02:00
parent 1d362f9f20
commit a454b2e96c

View file

@ -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**: <https://www.osbuild.org>