mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
The composefs-rs PR 209 has been merged to main. This updates bootc to use the containers/composefs-rs repository at the merge commit. Key API changes: - Directory::default() -> Directory::new(Stat::uninitialized()) - read_filesystem() no longer takes stat_root parameter - New read_container_root() for OCI containers (propagates /usr metadata to root) - stat_root CLI flag renamed to no_propagate_usr_to_root with inverted logic See https://github.com/containers/composefs-rs/pull/209 Signed-off-by: Colin Walters <walters@verbum.org>