MacChen02 commented on code in PR #1051:
URL: https://github.com/apache/bigtop/pull/1051#discussion_r1035646246
##########
docker/bigtop-puppet/build.sh:
##########
@@ -63,5 +64,10 @@ case "${OS}-${VERSION}" in
;;
esac
-docker build -t bigtop/puppet:${PREFIX}-${OS}-${VERSION}${ARCH} .
+if [ $OS == "openeuler/openeuler" ];then
+ docker build -t ${PREFIX}-${OS}-${VERSION}${ARCH} .
Review Comment:
@guyuqi The build command was modifed, the commit:
https://github.com/apache/bigtop/pull/1051/commits/a46e50e432b830907deca32bfdbaf63dabbb1ee7
Now, the build command is : **./build.sh trunk-openeuler-20.3**
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]