Skip to content

Commit bea04c7

Browse files
committed
docker: back out --progress plain buildkit feature for now
the --progress plain option is tied to the buildkit feature somehow, doesn't work on Ubuntu out of the box This progress message was introduced recently in 7c442a1 Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 41e7d95 commit bea04c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

etc/DockerHelper.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ _create() {
8282
--file "${file}" \
8383
--tag "${imagePath}" \
8484
${buildArgs} \
85-
"${context}" \
86-
--progress plain
85+
"${context}"
8786
rm -f etc/InstallerOpenROAD.sh
8887
}
8988

0 commit comments

Comments
 (0)