gitfxx

Results 7 issues of gitfxx

I use BuildKit in K8s pod to build image, Now this is how I use it: ![image](https://user-images.githubusercontent.com/28646240/130786862-8fded3ad-91b8-4e03-93f0-26985abe04b6.png) But when multiple pods run buildkit at the same time, the other tasks...

question
area/kubernetes

![image](https://user-images.githubusercontent.com/28646240/174705131-67aeab16-f33b-4814-8bc0-1e44108a77f6.png) 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

area/driver/kubernetes

I want to run in hostNetwork mode with buildKit container pulled up by --driver Kubernetes. Isn't that supported now?

question
kubernetes

buildx-version:0.7.0 buildkit-version:0.9.0 driver: --driver kubenetes ![image](https://user-images.githubusercontent.com/28646240/165504234-2d5f7373-1f6c-455b-9913-8f9ef0579f00.png) 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...

status/needs-investigation
area/driver/kubernetes

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...