We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the script help, I should be able to run:
bake_flatcar_image.sh --release beta --vendor qemu_uefi sysext1:sysext1.raw sysext2:sysext2.raw sysext3:sysext3.raw ...
The problem is that only the first sysext package will be added to the final image. The remaining are just ignored.
Cant add several sysext overlays at once
It should add all images
The text was updated successfully, but these errors were encountered:
Thank you for reporting this! Unfortunately I'm unable to repro... We merged a bugfix yesterday which might have improved the situation: #56
I just ran
./bake_flatcar_image.sh --release alpha --vendor qemu_uefi wasmtime:wasmtime-18.0.1-x86-64.raw kubernetes:kubernetes-v1.29.2-x86-64.raw
with wasmtime and kubernetes downloaded from the bakery and ended up with a qemu image that had both included.
If it's still broken for you, could you please run
bake_flatcar_image.sh --release beta --vendor qemu_uefi sysext1:sysext1.raw sysext2:sysext2.raw sysext3:sysext3.raw 2>&1 | tee log
and then attach log to this issue?
log
Sorry, something went wrong.
#56 fixed the problem for me. Thanks!
No branches or pull requests
Description
According to the script help, I should be able to run:
The problem is that only the first sysext package will be added to the final image. The remaining are just ignored.
Impact
Cant add several sysext overlays at once
Environment and steps to reproduce
Expected behavior
It should add all images
The text was updated successfully, but these errors were encountered: