I have done the following
Steps to reproduce
container image pull --os linux --arch amd64 public.ecr.aws/ubuntu/ubuntu:24.04
container image pull --os linux --arch x86_64 public.ecr.aws/ubuntu/ubuntu:24.04
container image pull --platform linux/amd64 public.ecr.aws/ubuntu/ubuntu:24.04
Current behavior
I’ve been attempting to extract the x86_64 compatible image from the Apple Silicon Mac, but none of the provided commands yield any output.
Expected behavior
Should've pulled the image.
Environment
- OS: MacOs 26.2
- Xcode:
- Container: 0.6.0
Relevant log output
Code of Conduct