automation-tests/cmd/podman/parse
Valentin Rothberg dcb5c92c0d import: write stdin to tmp file
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>
2021-07-23 10:21:37 +02:00
..
filters.go Do not leak libpod package into the remote client 2021-03-15 14:02:04 +01:00
json.go Restore --format table support 2020-10-13 17:28:45 -07:00
json_test.go Restore --format table support 2020-10-13 17:28:45 -07:00
net.go import: write stdin to tmp file 2021-07-23 10:21:37 +02:00
net_test.go V2 enable ps tests 2020-04-29 15:51:37 -07:00