You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
This is the same bug as
ostreedev@3089166
but for the not-booted case.
Basically in the C API bridged to Rust we can't distinguish between
"NULL array" and "zero length array". But the _with_options path
supports distinguishing them, and we want the "no kargs provided"
case to not override anything.
Closes: ostreedev#502
Today
ostree container image deploy
doesn't preserve previous deployment kargs, it only preserves booted:ostree-rs-ext/lib/src/container/deploy.rs
Line 86 in c2a292c
This is a huge ergonomic problem for coreos/fedora-coreos-tracker#1151 (comment)
The text was updated successfully, but these errors were encountered: