-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Published docker image has no matching manifest for linux/arm64/v8 #2501
Comments
Thanks for opening this issue!
|
Here is the diff between 5.0.0 and 5.1.0, maybe you can tell from the changes why this occurs: |
I already checked but the changes to the image and CI don't seem like they could cause this. I noticed in the But that change was made over 2 years ago. Docker image v5.0.0 was released after that and works fine for me (despite it apparently should not?). |
🎉 This change has been released in version 6.0.0-alpha.16 |
🎉 This change has been released in version 6.0.0-beta.2 |
🎉 This change has been released in version 6.0.0 |
New Issue Checklist
Issue Description
Starting with release v5.1.0 the published Docker image on Docker Hub no longer has a matching manifest for linux/arm64/v8. When running the Docker image, this message is returned when pulling the image:
With release 5.0.0 there is no problem. Is there a specific reason, why the published image was changed? This prevents us from using the latest version locally (M1 Mac) and in deployments (Linux).
Steps to reproduce
Pull the image on Linux/Mac M1/ARM.
Actual Outcome
no matching manifest for linux/arm64/v8 in the manifest list entries
Expected Outcome
Image can be run on linux/arm without issue as before.
Environment
Starting with v5.1.0 the problem occurs, also with 5.2.0.
Dashboard
> 5.0.0
Server
not relevant
Database
not relevant
Logs
no matching manifest for linux/arm64/v8 in the manifest list entries
The text was updated successfully, but these errors were encountered: