CrazyMax

Results 1192 comments of CrazyMax

> Would be nice if it would show the dockerfile syntax version there as well. When implementing the info service in BuildKit I was thinking it would be useful as...

> 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 buildx inspect `. It should...

Looking at the output it seems to take into account the right config: ``` Name: builder-test-amd64-xqptat Endpoint: kubernetes:///builder-test-xqptat?deployment=builder-test-amd64-xqptat&kubeconfig=%2Fk8s-config-x86 ``` `kubeconfig=%2Fk8s-config-x86` ``` Name: builder-test-arm64-xqptat Endpoint: kubernetes:///builder-test-xqptat?deployment=builder-test-arm64-xqptat&kubeconfig=%2Fk8s-config-arm ``` `kubeconfig=%2Fk8s-config-arm` I will make...

@gitfxx Can you try with changes from https://github.com/docker/buildx/pull/2497?

> @crazy-max Should we add `--metadata-file` to `imagetools create` or do you have better ideas for UX. We can also do it for `--dry-run` that atm. prints the manifest bytes....

Updated issue description with new cases and ones fixed. Also pinned this issue.

> Operating System: Docker Desktop As you're on Docker Desktop, can you share a diagnostic id please?: https://docs.docker.com/desktop/troubleshoot/overview/

Yes this is expected. Maybe we could cache the image so it would not need to be pulled on every run but not sure it would be faster than pulling...