Skip to content

Failing docker pull on M series Macbook #317

@JoelLucaAdams

Description

@JoelLucaAdams

When attempting to download the docker image using docker pull ghcr.io/fusion-energy/neutronics-workshop I get the following error on my M3 Macbook:

Error response from daemon: no matching manifest for linux/arm64/v8 in the manifest list entries: no match for platform in manifest: not found
Unable to find image 'ghcr.io/fusion-energy/neutronics-workshop:latest' locally
docker: Error response from daemon: no matching manifest for linux/arm64/v8 in the manifest list entries: no match for platform in manifest: not found.
See 'docker run --help'.

I can however circumvent this issue by using the docker link located under the OS/Arch section here https://github.com/fusion-energy/neutronics-workshop/pkgs/container/neutronics-workshop

I'm not familiar with much of docker images or how to add "support" for arm chips but a rudimentary search reveals that adding platforms: linux/amd64,linux/arm64 to the end of the docker-publish.yaml file would fix the issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions