From 31412fb7e17a4ce2b04196eb02bcb64cdff39608 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 1 Apr 2025 11:40:53 +0200 Subject: [PATCH] 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 --- docs/source/markdown/podman-import.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-import.1.md b/docs/source/markdown/podman-import.1.md index a5b66c865d..5669b920b9 100644 --- a/docs/source/markdown/podman-import.1.md +++ b/docs/source/markdown/podman-import.1.md @@ -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.