Skip to content

Commit 3872293

Browse files
committed
Revert "podman-import only supports gz and tar"
We can now accept the other formats again. This reverts commit 9e397d8. Signed-off-by: Miloslav Trmač <[email protected]>
1 parent 571e0d5 commit 3872293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/markdown/podman-import.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ podman\-import - Import a tarball and save it as a filesystem image
99
**podman image import** [*options*] *path* [*reference*]
1010

1111
## DESCRIPTION
12-
**podman import** imports a tarball (.tar, .tar.gz, .tgz)
12+
**podman import** imports a tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz)
1313
and saves it as a filesystem image. Remote tarballs can be specified using a URL.
1414
Various image instructions can be configured with the **--change** flag and
1515
a commit message can be set using the **--message** flag.

0 commit comments

Comments
 (0)