podman-import only supports gz and tar

according to the conversation in #18193, we only support plain tar or
gzipped tar as input.

Fixes: #18193

Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
Brent Baude
2025-03-04 14:11:46 -06:00
committed by Matt Heon
parent 5327df1921
commit 090dbc4cee

View File

@ -9,7 +9,7 @@ podman\-import - Import a tarball and save it as a filesystem image
**podman image import** [*options*] *path* [*reference*]
## DESCRIPTION
**podman import** imports a tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz)
**podman import** imports a tarball (.tar, .tar.gz, .tgz)
and saves it as a filesystem image. Remote tarballs can be specified using a URL.
Various image instructions can be configured with the **--change** flag and
a commit message can be set using the **--message** flag.