Skip to content

Docker pull fails on m4 mac #808

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
thenick775 opened this issue Apr 6, 2025 · 1 comment
Open

Docker pull fails on m4 mac #808

thenick775 opened this issue Apr 6, 2025 · 1 comment

Comments

@thenick775
Copy link

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
@tdewolff
Copy link
Owner

tdewolff commented Apr 7, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants