Closed
Description
Right now we explicitly support Linux/x64 container images - we should instead take into account the OS and Architecture the user provides and pick the correct 'base image' from the manifest list (if there is one on the base image).
We'll need to investigate what level of impact this has on picking the correct base image, but this will also have an impact on
- WorkingDirectory
- EntryPoint
Overlaps with #117