Akihiro Suda

Results 2240 comments of Akihiro Suda

Please attach a (minimal and yet self-contained) reproducer

Might be a regression in https://github.com/moby/buildkit/pull/4663 (v0.13.0-rc2) ?

This PR may fix your issue too - https://github.com/moby/buildkit/pull/4804

@Manbeardo Thanks for reporting, but I can't repro the issue with BuildKit v0.13.2 on Ubuntu 24.04 ``` sudo buildctl build --frontend dockerfile.v0 --local dockerfile=. --local context=. --output type=oci,name=build-0,dest=/tmp/build-0.tar,dir=false,rewrite-timestamp=true --no-cache ```

Minimal repro: ``` sudo buildctl build --frontend dockerfile.v0 --local dockerfile=. --local context=. --no-cache --output type=image,name=localhost:5000/foo,push=true,rewrite-timestamp=true ``` (Needs `push=true` && `rewrite-timestamp=true`) I also see an occasional panic in the daemon log...

> Any movement or changes to this @AkihiroSuda? Not yet, PR is welcome

> (It seems a bit old issue, but If this issue is active, **can I contribute this issue?**) Yes, thanks. We also have to switch away from crun extension `$RUN_OCI_SECCOMP_RECEIVER`...

Nested virt is still missing on ARM macOS 😞 https://apple.stackexchange.com/questions/466761/is-nested-virtualization-is-supported-by-apple-silicon-chips-m2-m3

Symlinking is quite different from bind-mounting, so this should be a new snapshotter plugin (in an external repo, perhaps)