Skip to content

Commit 7e3508a

Browse files
committed
add verbose progress to the script
1 parent b5b9708 commit 7e3508a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/image-builder.sh

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function bootc-image-builder {
3636
-v $(pwd)/scripts:/scripts \
3737
-v /var/lib/containers/storage:/var/lib/containers/storage \
3838
"$BOOTC_IMAGE_BUILDER" \
39+
--progress=verbose \
3940
--chown "$(get_uid_gid)" \
4041
$@
4142
}

0 commit comments

Comments
 (0)