This is an automated email from the ASF dual-hosted git repository.
guyuqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 563708e97 Fix build images issues
563708e97 is described below
commit 563708e9791549a0bf21d337cd755ecb914dbedf
Author: Yuqi Gu <[email protected]>
AuthorDate: Sun Oct 8 17:21:26 2023 +0800
Fix build images issues
Signed-off-by: Yuqi Gu <[email protected]>
---
docker/bigtop-puppet/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/bigtop-puppet/build.sh b/docker/bigtop-puppet/build.sh
index 963f338be..a97fdde42 100755
--- a/docker/bigtop-puppet/build.sh
+++ b/docker/bigtop-puppet/build.sh
@@ -67,5 +67,5 @@ case "${OS}-${VERSION}" in
;;
esac
-docker build -t --no-cache bigtop/puppet:${PREFIX}-${OS}-${VERSION}${ARCH} .
+docker build --no-cache -t bigtop/puppet:${PREFIX}-${OS}-${VERSION}${ARCH} .
rm -f Dockerfile puppetize.sh