spiegel_podman/pkg/specgen
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
..
generate specgen,run: support running container from valid manifest list 2022-07-05 12:39:37 +05:30
config_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
container_validate.go pkg/specgen: parse default network mode on server 2022-06-01 17:13:30 +02:00
namespaces.go pkg/specgen: parse default network mode on server 2022-06-01 17:13:30 +02:00
namespaces_test.go pkg/specgen: parse default network mode on server 2022-06-01 17:13:30 +02:00
pod_validate.go bump go module to version 4 2022-01-18 12:47:07 +01:00
podspecgen.go podman pod create --shm-size 2022-06-20 10:25:00 -04:00
specgen.go specgen,run: support running container from valid manifest list 2022-07-05 12:39:37 +05:30
specgen_test.go fix test 2021-10-11 17:41:58 +08:00
volumes.go Fix spelling "read only" -> "read-only" 2022-07-02 08:37:43 +02:00
winpath.go enable gocritic linter 2022-04-26 18:12:22 +02:00
winpath_linux.go Implements Windows volume/mount support 2022-04-25 13:52:27 -05:00
winpath_unsupported.go Implements Windows volume/mount support 2022-04-25 13:52:27 -05:00
winpath_windows.go Implements Windows volume/mount support 2022-04-25 13:52:27 -05:00