Files
podman/pkg
Aditya R efe1176dd9 specgen,run: support running container from valid manifest list
Following PR adds support for running containers from a manifest list
present on localstorage. Before this PR podman only supports running
containers from valid images but not from manifest list.

So `podman run -it --platform <some> <manifest-list> command` should
become functional now and users should be able to resolve images on the
bases of provided `--platform` string.

Example
```
podman manifest create test
podman build --platform linux/amd64,linux/arm64 --manifest test .
podman run --rm --platform linux/arm64/v8 test uname -a
```

Closes: https://github.com/containers/podman/issues/14773

Signed-off-by: Aditya R <arajan@redhat.com>
2022-07-05 12:39:37 +05:30
..
2022-03-22 13:04:35 +01:00
2022-05-25 12:33:34 +02:00
2022-05-23 14:11:29 +02:00
2021-05-06 11:51:15 +02:00
2022-01-18 12:47:07 +01:00
2022-06-27 12:57:44 +01:00
2022-06-14 16:29:42 +02:00
2022-05-04 08:29:54 -05:00
2022-06-14 16:29:42 +02:00
2022-03-15 14:48:08 +01:00
2022-04-26 18:12:22 +02:00
2022-01-18 12:47:07 +01:00
2022-01-18 12:47:07 +01:00
2020-12-22 13:34:31 -05:00
2022-04-26 18:12:22 +02:00
2022-06-27 20:22:20 +02:00