zhaoyongjie commented on a change in pull request #864: KYLIN-4181 Schedule Kylin using Kubernetes URL: https://github.com/apache/kylin/pull/864#discussion_r367742759
########## File path: kubernetes/Dockerfile ########## @@ -0,0 +1,78 @@ +FROM centos:6.9 Review comment: It is not recommended to use the operating system as the base image, you can use the base image provided by maven. Https://hub.docker.com/_/maven ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
