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
Today I found out that I no longer can build a linux/amd64 image on my M3 Pro / 36GB running macOS 15.2 and Docker 4.37.1. Last time it was successully built was 2024-12-17 and sadly I don't recall the version details from then (nor is those build logs available).
I have turned off Apple Virtualization framework and enabled Docker VMM and the build seems to be successful but incredibly slow. This build before in about 800 seconds and now 45 minutes into the build it is still running...
With Apple Virt and Rosetta I got strange errors like:
Selecting previously unselected package libpcre3:amd64.
Preparing to unpack .../13-libpcre3_2%3a8.39-15_amd64.deb ...
Unpacking libpcre3:amd64 (2:8.39-15) ...
dpkg: error while cleaning up:
rm command for cleanup subprocess was killed by signal (Illegal instruction)
Selecting previously unselected package libpcre32-3:amd64.
Preparing to unpack .../14-libpcre32-3_2%3a8.39-15_amd64.deb ...
Unpacking libpcre32-3:amd64 (2:8.39-15) ...
Unpacking libpcre3-dev:amd64 (2:8.39-15) ...
dpkg: error while cleaning up:
rm command for cleanup subprocess was killed by signal (Illegal instruction)
dpkg: error processing archive /tmp/apt-dpkg-install-qBHOUt/17-libpng-tools_1.6.39-2_amd64.deb (--unpack):
subprocess dpkg-split returned error exit status 4
tangix
changed the title
Can no longer build linux/amd64 php+apache image
Can no longer build linux/amd64 php+apache image on M3 with macOS 15.2
Jan 9, 2025
Description
Today I found out that I no longer can build a linux/amd64 image on my M3 Pro / 36GB running macOS 15.2 and Docker 4.37.1. Last time it was successully built was 2024-12-17 and sadly I don't recall the version details from then (nor is those build logs available).
I have turned off Apple Virtualization framework and enabled Docker VMM and the build seems to be successful but incredibly slow. This build before in about 800 seconds and now 45 minutes into the build it is still running...
With Apple Virt and Rosetta I got strange errors like:
and
and
Reproduce
This is the Dockerfile I'm building:
Expected behavior
Working like before
docker version
Client: Version: 27.4.0 API version: 1.47 Go version: go1.22.10 Git commit: bde2b89 Built: Sat Dec 7 10:35:43 2024 OS/Arch: darwin/arm64 Context: desktop-linux Server: Docker Desktop 4.37.1 (178610) Engine: Version: 27.4.0 API version: 1.47 (minimum version 1.24) Go version: go1.22.10 Git commit: 92a8393 Built: Sat Dec 7 10:38:33 2024 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.7.21 GitCommit: 472731909fa34bd7bc9c087e4c27943f9835f111 runc: Version: 1.1.13 GitCommit: v1.1.13-0-g58aa920 docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Diagnostics ID
63CFCDCD-BFFB-46B6-A3E0-5073628B92FE/20250109152344
Additional Info
No response
The text was updated successfully, but these errors were encountered: