Skip to content

Commit ca7deb5

Browse files
authored
Merge pull request #5339 from cgwalters/commit-rootfs-late-tmpdir-drop
compose: Ensure tempdir is dropped after commit
2 parents d81fd0b + fba4c1d commit ca7deb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/src/compose.rs

+2
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@ impl BuildChunkedOCIOpts {
352352
.context("Invoking compose container-encapsulate")?;
353353

354354
drop(rootfs);
355+
// Ensure our tempdir is only dropped now
356+
drop(td);
355357
match rootfs_source {
356358
FileSource::Rootfs(_) => {}
357359
FileSource::Podman(mnt) => {

0 commit comments

Comments
 (0)