georgethebeatle
georgethebeatle
Hey @crazy-max `moby/buildkit:latest` (or `moby/buildkit:0.13.0`) does not seem to be a public docker image. Tehrefore we just checked out `v0.13.0`, built the images ourselves and side loaded them in kind....
@tonistiigi we are using the [buildkit cli for kubectl](https://carvel.dev/kbld/docs/v0.42.x/config/#buildkit-cli-for-kubectl) configuration of `kbld` that seems to be boiling down to https://github.com/vmware-archive/buildkit-cli-for-kubectl - the same thing that @brettmorien ends up using, so...
FWIW I tried the same build with a patched version of `buildkit cli for kubectl` to no avail. I added the following volume and mounts to the code highlighted above:...
@tonistiigi are you sure that the cause is running containerd in separate container? If so wouldn't it also reproduce on remote clusters? For us it only happens on kind.
Hi @matti777 I believe I have hit the same issue with all images produced by my Sony NEX 3N camera. With some debugging I was able to identify that it...
I just opened a [PR](https://github.com/dsoprea/go-exif/pull/81) where I try to fix this issue.