summaryrefslogtreecommitdiff
path: root/test/system/125-import.bats
Commit message (Collapse)AuthorAge
* Add a system test to modify and import an exported container.Tsubasa Watanabe2021-09-10
| | | | | | | This test has completed one of TODO items in test/system/TODO.md. The item is "Implied pull, build, export, modify, import, tag, run, kill" Signed-off-by: Tsubasa Watanabe <w.tsubasa@fujitsu.com>
* import: write stdin to tmp fileValentin Rothberg2021-07-23
If importing an archive via stdin write it to a temporary file such that the temporary file can be opened multiple times later on. Otherwise, we may end up with an empty image. Also fix a bug in the URL parsing code; we need to check whether there's actually a scheme. Add system tests for `podman import` exercising the basics. Fixes: #10994 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>