gitfxx

Results 19 comments of gitfxx

@tonistiigi I just want to use cache to speed up building the image, which directory should I mount when running in pod? I used export-cache(type=local),but it didn't seem to speed...

He is a harbor issue, not related to buildx, and the issue is closed

> Right now you can and add to the pod spec. The [driver options](https://github.com/docker/buildx/blob/6cb026b766c49df511ecf248bbef8422a64e37cc/driver/kubernetes/factory.go#L119-L213) support a bunch of customizations for the deployment but as far as I can tell there's...

![image](https://github.com/docker/buildx/assets/28646240/73278b4a-b136-4453-b260-e1a377d7e675) x86 cluster ![image](https://github.com/docker/buildx/assets/28646240/5bb48372-4676-413b-ad18-1fd811b12db1)

@tonistiigi I suspect that because the pod is not yet ready, executing buildx build will boot the pod, but there's a chance that the pod launched at this point will...

"I have reproduced the issue and attempted to resolve it using this approach. Currently, I have verified that the problem has been fixed." @tonistiigi @crazy-max @AkihiroSuda ``` func ConfigFromEndpoint(endpointName string,...

> > github.com/docker/buildx v0.7.0 [f002608](https://github.com/docker/buildx/commit/f0026081a7496ca28b597a9006616201d838fea8) > > Quite an old release, do you repro on latest stable v0.14.0 as well? > > Can you also show the output of `docker...

"The reason for this issue is that when using multiple kubeconfig files, the environment variable settings may be overwritten by subsequent settings, resulting in an incorrect ClientConfig being returned." ![image](https://github.com/docker/buildx/assets/28646240/63e605fd-a298-4bf7-ae1f-934a6c31beea)...