zwangsheng commented on code in PR #6080: URL: https://github.com/apache/kyuubi/pull/6080#discussion_r1501964228
########## docker/Dockerfile: ########## @@ -15,14 +15,12 @@ # limitations under the License. # -# Usage: -# 1. use ./build/dist to make binary distributions of Kyuubi or download a release -# 2. Untar it and run the docker command below -# docker build -f docker/Dockerfile -t repository/kyuubi:tagname . -# Options: -# -f this docker file -# -t the target repo and tag name -# more options can be found with -h +# It's recommended to use ./bin/docker-image-tool.sh to build the image rather than the vanilla docker command. Review Comment: Yes, although we may need to optimize this script for now, we still recommend that users use script builds to reduce the complexity of building docker images. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
