gitfxx
gitfxx
I use BuildKit in K8s pod to build image, Now this is how I use it:  But when multiple pods run buildkit at the same time, the other tasks...
 Why did the build go wrong, buildx didn't exit properly, and subsequent commands could continue? buildx version:github.com/docker/buildx v0.8.2 buildkit verison: v0.9.1 buildx --driver kubernetes mode
I want to run in hostNetwork mode with buildKit container pulled up by --driver Kubernetes. Isn't that supported now?
buildx-version:0.7.0 buildkit-version:0.9.0 driver: --driver kubenetes  Error: failed to receive status: rpc error: code = Unavailable desc = closing transport due to: connection error: desc = "error reading from server:...
### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... the documentation does not mention...
I hope to quickly set parameters like registry.insecure=true for buildx, similar to buildkit, allowing pushes to insecure HTTPS/HTTP registries without needing to configure a file. Why is this not supported?...
内网搭建了一个cnpm源,没有外网,从本地推送依赖有的可以正常推送,有的就报错如下 npm notice Publishing to http://npm.xxx.cn/ with tag latest and default access npm ERR! code E403 npm ERR! 403 403 Forbidden - PUT http://npm.xxx.cn/webpack-virtual-modules - [forbidden] dongmi not authorized to...