Skip to content

Commit c2903aa

Browse files
committed
ostree-ext: store: clear diff_ids when exporting to oci
Resolves: #1134
1 parent 9b01127 commit c2903aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ostree-ext/src/container/store.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,6 +1414,7 @@ pub(crate) fn export_to_oci(
14141414
new_manifest.layers_mut().clear();
14151415
let mut new_config = srcinfo.configuration.clone();
14161416
new_config.history_mut().clear();
1417+
new_config.rootfs_mut().diff_ids_mut().clear();
14171418

14181419
let mut dest_oci = ocidir::OciDir::ensure(dest_oci)?;
14191420

0 commit comments

Comments
 (0)