Skip to content

Commit 698df04

Browse files
authored
Merge pull request bootc-dev#773 from cgwalters/quiet-image-init
imgstorage: Quiet initialization phase
2 parents b3cfc91 + a967244 commit 698df04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/imgstorage.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ impl Storage {
157157
// root, simply passing a path will attempt to auto-create it.
158158
// We run "podman images" in the new root.
159159
new_podman_cmd_in(&storage_root, &run)?
160+
.stdout(Stdio::null())
160161
.arg("images")
161162
.run()
162163
.context("Initializing images")?;

0 commit comments

Comments
 (0)