Revert "podman-import only supports gz and tar"

This reverts commit 090dbc4cee29146a25148ca6e497c3574dd99b20.

With c/image v5.34.3 this now works again correctly.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-04-01 11:40:53 +02:00
parent c2706d0b6a
commit 31412fb7e1

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)
**podman import** imports a tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz)
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.