spiegel_podman/test/e2e/build
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
..
basicalpine Fix podman build --pull-never 2021-03-27 05:33:30 -04:00
envwithtab inspect: printTmpl must Flush writer 2021-09-09 16:37:24 +05:30
secret-verify-leak Move secret-verify-leak containerfile into its own Directory 2022-03-08 10:05:42 -05:00
squash Fix podman build --pull-never 2021-03-27 05:33:30 -04:00
workdir-symlink container: workdir resolution must consider symlink if explicitly configured 2022-03-02 19:02:33 +05:30
anothersecret.txt podman-remote: copy secret to contextdir is absolute path on host 2021-11-30 14:19:29 +05:30
Containerfile.with-multiple-secret Move secret-verify-leak containerfile into its own Directory 2022-03-08 10:05:42 -05:00
Containerfile.with-platform specgen,run: support running container from valid manifest list 2022-07-05 12:39:37 +05:30
Containerfile.with-secret Move secret-verify-leak containerfile into its own Directory 2022-03-08 10:05:42 -05:00
context_dir_a_file Add new test suite for build 2019-11-16 19:19:49 -05:00
secret.txt podman-remote: copy secret to contextdir is absolute path on host 2021-11-30 14:19:29 +05:30