ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
74 stars 24 forks source link

deploy: Always use merge commit #556

Closed cgwalters closed 10 months ago

cgwalters commented 10 months ago

I don't recall now the rationale for the previous code; if we're using this path we always want to be in a container-native mode. Currently the "unpack to pure ostree commit" gets triggered if one uses this on a container image created via raw ostree container encapsulate.

Anyone who wants the prior behavior should instead unencapsulate and deploy the underlying commit.