Files
podman/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
..
2020-10-13 17:28:45 -07:00
2020-10-13 17:28:45 -07:00
2020-04-29 15:51:37 -07:00
2021-07-23 10:21:37 +02:00