-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal: Unhandled composefs setting: null
#3612
Comments
I'm running the I can see in the new 2023.09.11 image that the Is the expectation that the |
Yes. |
Thanks for confirming. It's tough to know what's intended when there's so little documentation. Hopefully this will help when someone else runs into this same problem. I tracked my specific problem down, and filed a separate Bug Issue for it: #3616 tl;dr When setting a prior build (i.e. one you |
As of #3483, the
composefs
key is now mandatory in theimage.yaml
, and it must be set tocomposefs: false
to retain the previous behavior. Not having the key finds the key "set" tonull
, which is an unsupported value, and results in the following error duringbuild
:It appears that no version of the fedora-coreos-config
image-base.yaml
(image.yaml
does nothing but include it) actually has this now mandatory key.I only discovered this issue when trying to use a newer version of the coreos-assembler on an older snapshot I had of the config repo, but now I don't see how any of the tests have been passing.
Is there a gap in the testing that's hiding a configuration issue in fedora-coreos-config now, or am I missing how fedora-coreos-config is avoiding it?
The text was updated successfully, but these errors were encountered: