Skip to content
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

How to test on Mac OS M1 #427

Open
ilya-korotya opened this issue May 28, 2024 · 1 comment
Open

How to test on Mac OS M1 #427

ilya-korotya opened this issue May 28, 2024 · 1 comment

Comments

@ilya-korotya
Copy link
Contributor

I use a Macbook with an M1 chip. When I wanted to test the integration locally and ran the command:

docker build -f ./uni-resolver-web/docker/Dockerfile . -t universalresolver/uni-resolver-web

I received the following error message:

[+] Building 1.3s (3/3) FINISHED                                                                                                                                                                 docker:desktop-linux
 => [internal] load build definition from Dockerfile                                                                                                                                                             0.0s
 => => transferring dockerfile: 979B                                                                                                                                                                             0.0s
 => ERROR [internal] load metadata for docker.io/library/eclipse-temurin:17-jre-alpine                                                                                                                           1.2s
 => CANCELED [internal] load metadata for docker.io/library/maven:3-eclipse-temurin-17-focal                                                                                                                     1.2s
------
 > [internal] load metadata for docker.io/library/eclipse-temurin:17-jre-alpine:
------
Dockerfile:18
--------------------
  16 |     # build image
  17 |
  18 | >>> FROM eclipse-temurin:17-jre-alpine
  19 |     MAINTAINER Markus Sabadello <markus@danubetech.com>
  20 |
--------------------
ERROR: failed to solve: eclipse-temurin:17-jre-alpine: no match for platform in manifest: not found
@peacekeeper
Copy link
Member

Hmm sorry, I don't know.. Not sure if we have anyone else here who has tried this on Macbook..

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