Skip to content

Commit 01feac8

Browse files
Merge pull request #25465 from baude/issue18193
podman-import only supports gz and tar
2 parents f1b8a61 + 9e397d8 commit 01feac8

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