You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: