devcontainers / devcontainers/spec
`--platform` option for the base image (the `image` field)
Open
enhancement
- Dominant language
- No language data
- Stars
- 5.7k
- Forks
- 496
- PR merge metrics
- No merged PRs in 30d
Description
When using a Dockerfile, the architecture of the image can be specified explicitly.
```dockerfile
FROM --platform=linux/amd64 ubuntu:jammy
```
https://docs.docker.com/build/building/multi-platform/
Can the same thing be done in devcontainer.json?
Contributor guide
Assessment
This issue has not been assessed yet.