You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2021/02/09 12:54:29 UTC

[GitHub] [zeppelin] Reamer opened a new pull request #4051: [ZEPPELIN-5244] Docker build in dockerhub fails

Reamer opened a new pull request #4051:
URL: https://github.com/apache/zeppelin/pull/4051


   ### What is this PR for?
   This PR switches to mamba to set up the Python and R environment. [mamba](https://github.com/mamba-org/mamba) is much faster than conda and could solve the build at Dockerhub.
   
   ### What type of PR is it?
    - Bug Fix
   
   ### Todos
   * [ ] - Testing
   
   ### What is the Jira issue?
   * https://issues.apache.org/jira/browse/ZEPPELIN-5244
   
   ### How should this be tested?
   * manual
   
   ### Questions:
   * Does the licenses files need update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [zeppelin] zjffdu commented on pull request #4051: [ZEPPELIN-5244] Docker build in dockerhub fails

Posted by GitBox <gi...@apache.org>.
zjffdu commented on pull request #4051:
URL: https://github.com/apache/zeppelin/pull/4051#issuecomment-776477068


   Thanks @Reamer I tried this, and it works well


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [zeppelin] Reamer commented on pull request #4051: [ZEPPELIN-5244] Docker build in dockerhub fails

Posted by GitBox <gi...@apache.org>.
Reamer commented on pull request #4051:
URL: https://github.com/apache/zeppelin/pull/4051#issuecomment-775925880


   @zjffdu Build is now much fast. 11m instead of [43m](https://github.com/apache/zeppelin/pull/4022#issuecomment-766722119). I hope that you and Dockerhub should now be able to create the image.
   
   ```
   time docker build -t zep-test --no-cache .
   ...
   Successfully built cdfab38ff4ca
   Successfully tagged zep-test:latest
   
   real	11m2,245s
   user	0m0,217s
   sys	0m0,156s
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [zeppelin] asfgit closed pull request #4051: [ZEPPELIN-5244] Docker build in dockerhub fails

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #4051:
URL: https://github.com/apache/zeppelin/pull/4051


   


----------------------------------------------------------------
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:
users@infra.apache.org