Improve the file format documentation of podman-import.

- Bzip2, not bzip
- Add Zstd
- List compression algorithms, not file extensions, to
  decrease redundancy (and because the code doesn't actually
  rely on file extensions)

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač
2025-03-26 20:33:28 +01:00
parent 3872293893
commit 0a0c8ad6f4

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 (possibly compressed using Gzip, Bzip2, XZ or Zstd)
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.