You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@uniffle.apache.org by GitBox <gi...@apache.org> on 2022/08/07 09:58:06 UTC

[GitHub] [incubator-uniffle] czy006 commented on a diff in pull request #132: [ISSUE-48][FEATURE] Add Uniffle Dockerfile

czy006 commented on code in PR #132:
URL: https://github.com/apache/incubator-uniffle/pull/132#discussion_r939640427


##########
deploy/kubernetes/docker/Dockerfile:
##########
@@ -0,0 +1,29 @@
+FROM openjdk:8-jdk-slim

Review Comment:
   I think we can use dependency_cache to save our build time
   
   for example:
   FROM openjdk:8-jdk-slim as dependency_cache



-- 
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: issues-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org