vincentnull opened a new issue, #4309: URL: https://github.com/apache/streampark/issues/4309
### Search before asking - [x] I had searched in the [feature](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description 我了解到在streampark在使用k8s applicaiton模式下,需要用到dockerd来构建镜像,并推送镜像仓库 而kubernetes1.24之后已经去除了对docker的依赖,导致发布作业出现以下报错: java.lang.RuntimeException: java.io.IOException: com.sun.jna.LastErrorException: [111] Connection refused 了解到目前的解决方案: Kaniko 是 Google 开源的无 Docker 构建工具,它能在任何 Kubernetes Pod 中安全地构建并推送镜像,无需 dockerd。官方会在未来进行支持吗? ### Usage Scenario _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
