Skip to content

failed to build/find the image with docker in latest MacOS but no problem in latest windows #82

Description

@MassoudShams

Hello,
Thank you for your amazing work. I would like to let you know about a problem and it would be perfect if I have a response from you as soon as possible.

I used this image in a academic project to create a phoenix API REST. My OS is windows 11 and it's the same for my team and we have no problem of containerization for "dev" and "prod" (we used docker-compose of docker application).

But our coach uses MacOS and he got a problem to build the API in docker. Here are some details:

My Dockerfile:

FROM bitwalker/alpine-elixir-phoenix:latest

WORKDIR /app
COPY ./ .

CMD mix setup && mix phx.server

Error:

failed to solve: bitwalker/alpine-elixir-phoenix:latest: no match for platform in manifest sha256:7c2c67187931d9f6941851ec6bf08e4fe4ecaf9a0288b0f7165e85ff8e087ca0: not found

Thanks !

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions