You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How does this interact with BuildKit? The moby/buildkit container image includes QEMU at /usr/bin/buildkit-qemu-x86_64; this is mounted into the intermediate build container at /dev/.buildkit_qemu_emulator and every RUN step appears to execute /dev/.buildkit_qemu_emulator /bin/sh -c <command>.
So where is Rosetta entering the mix? Is the execution of QEMU being intercepted somehow?
The text was updated successfully, but these errors were encountered:
(Apologies for a question, but discussions aren't enabled.)
Docker Desktop 4.26 added support for Rosetta 2 for emulating x86_64 containers on Apple Silicon Macs.
How does this interact with BuildKit? The
moby/buildkit
container image includes QEMU at/usr/bin/buildkit-qemu-x86_64
; this is mounted into the intermediate build container at/dev/.buildkit_qemu_emulator
and everyRUN
step appears to execute/dev/.buildkit_qemu_emulator /bin/sh -c <command>
.So where is Rosetta entering the mix? Is the execution of QEMU being intercepted somehow?
The text was updated successfully, but these errors were encountered: