We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 <[email protected]> 20 | -------------------- ERROR: failed to solve: eclipse-temurin:17-jre-alpine: no match for platform in manifest: not found
The text was updated successfully, but these errors were encountered:
Hmm sorry, I don't know.. Not sure if we have anyone else here who has tried this on Macbook..
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: