You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2023/01/13 06:49:37 UTC

[GitHub] [kyuubi] jasonchrion opened a new issue, #4160: [Bug] target/tmp/docker/base/docker/Dockerfile: no such file or directory

jasonchrion opened a new issue, #4160:
URL: https://github.com/apache/kyuubi/issues/4160

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/kyuubi/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Describe the bug
   
   when execute `KYUUBI_VERSION=1.6.1-incubating bin/docker-image-tool.sh -r docker.io/myrepo -t 1.6.1 build`, i got error `...target/tmp/docker/base/docker/Dockerfile: no such file or directory`. 
   
   when remove `trap cleanup_ctx_dir EXIT` in bin/docker-image-tool.sh, the structure of the target directory is `.../target/tmp/docker/docker/base/docker/Dockerfile`.
   
   so `cp -r "docker/" "$BASE_CTX/docker"` in function `create_dev_build_context` should be `cp -r "docker" "$BASE_CTX/"`?
   
   ### Affects Version(s)
   
   master
   
   ### Kyuubi Server Log Output
   
   _No response_
   
   ### Kyuubi Engine Log Output
   
   _No response_
   
   ### Kyuubi Server Configurations
   
   _No response_
   
   ### Kyuubi Engine Configurations
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes. I would be willing to submit a PR with guidance from the Kyuubi community to fix.
   - [ ] No. I cannot submit a PR at this time.


-- 
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: notifications-unsubscribe@kyuubi.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] pan3793 commented on issue #4160: [Bug] target/tmp/docker/base/docker/Dockerfile: no such file or directory

Posted by GitBox <gi...@apache.org>.
pan3793 commented on issue #4160:
URL: https://github.com/apache/kyuubi/issues/4160#issuecomment-1381554934

   cc @zwangsheng, could u please help to check this issue?


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] zwangsheng commented on issue #4160: [Bug] target/tmp/docker/base/docker/Dockerfile: no such file or directory

Posted by GitBox <gi...@apache.org>.
zwangsheng commented on issue #4160:
URL: https://github.com/apache/kyuubi/issues/4160#issuecomment-1381576838

   It looks like there is a problem with compiling directly with source code(depends on whether `${KYUUBI_HOME}/RELEASE` exists or not), I will took a closer look at the shell script and the current recommendation is to use binary compilation to avoid this issue.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] github-actions[bot] commented on issue #4160: [Bug] target/tmp/docker/base/docker/Dockerfile: no such file or directory

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #4160:
URL: https://github.com/apache/kyuubi/issues/4160#issuecomment-1381387988

   Hello @jasonchrion,
   Thanks for finding the time to report the issue!
   We really appreciate the community's efforts to improve Apache Kyuubi.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org