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

Docker Image provided in doc for contributors is not compatible with aarch64 system [m4 silicon chip] #5672

Open
msbarathraj opened this issue Feb 23, 2025 · 0 comments

Comments

@msbarathraj
Copy link

I tried to contribute for Autogen, while setting up the local dev setup, I was not able to run the docker build for the provided image.

Below is the snippet from terminal

autogen % docker build -t autogen_dev_img -f .devcontainer/Dockerfile .
[+] Building 0.3s (2/2) FINISHED docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 403B 0.0s
=> ERROR [internal] load metadata for mcr.microsoft.com/devcontainers/universal:latest 0.2s

[internal] load metadata for mcr.microsoft.com/devcontainers/universal:latest:


Dockerfile:2

1 | # Note: You can use any Debian/Ubuntu based image you want.
2 | >>> FROM mcr.microsoft.com/devcontainers/universal:latest
3 |
4 | # [Optional] Uncomment this section to install additional OS packages.

ERROR: failed to solve: mcr.microsoft.com/devcontainers/universal:latest: failed to resolve source metadata for mcr.microsoft.com/devcontainers/universal:latest: no match for platform in manifest: not found

@msbarathraj msbarathraj changed the title Docker Image provided in doc for contributors is not compatible with aarch64 system Docker Image provided in doc for contributors is not compatible with aarch64 system [m4 silicon chip] Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant