yihua commented on PR #5256: URL: https://github.com/apache/hudi/pull/5256#issuecomment-1093137546
> Should we also add in here examples of docker build commands for building the images locally? Yes. Actually, there are examples in the README already. Are they enough? ```shell # Run under hoodie/hadoop, the <tag> is optional, "latest" by default docker build <image_folder_name> -t <hub-user>/<repo-name>[:<tag>] # For example, to build trinobase docker build trinobase -t apachehudi/hudi-hadoop_2.8.4-trinobase_368 ``` -- 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]
