minify icon indicating copy to clipboard operation
minify copied to clipboard

Docker pull fails on m4 mac

Open thenick775 opened this issue 8 months ago • 1 comments

Hello, just wanted to call out I am running into an issue with the docker image and the m4 apple silicon:

% docker pull tdewolff/minify
Using default tag: latest
latest: Pulling from tdewolff/minify
no matching manifest for linux/arm64/v8 in the manifest list entries

Docker version:

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.2 (179585)
 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

Mac info:

  • arm64
  • running m4 apple silicon

thenick775 avatar Apr 06 '25 22:04 thenick775

Only the AMD64 is being published to Docker! You can easily copy the Dockerfile and make your own though

tdewolff avatar Apr 07 '25 07:04 tdewolff