bitwalker / bitwalker/alpine-elixir-phoenix

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

Open
#82 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Makefile
Stars
355
Forks
83
PR merge metrics
No merged PRs in 30d

Description

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 !

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.