mirror of
https://github.com/containers/podman.git
synced 2025-09-04 18:35:35 +00:00
Mention zstandard tarball import support
The `podman-import` man page already mentions support for zstd compressed tarball support but the cli output didn't. Signed-off-by: Jelle van der Waa <jvanderwaa@redhat.com>
This commit is contained in:
@@ -18,7 +18,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
importDescription = `Create a container image from the contents of the specified tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz).
|
||||
importDescription = `Create a container image from the contents of the specified tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz, .tar.zst).
|
||||
|
||||
Note remote tar balls can be specified, via web address.
|
||||
Optionally tag the image. You can specify the instructions using the --change option.`
|
||||
|
@@ -13,7 +13,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
importDescription = `Imports contents into a podman volume from specified tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz).`
|
||||
importDescription = `Imports contents into a podman volume from specified tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz, .tar.zst).`
|
||||
importCommand = &cobra.Command{
|
||||
Use: "import VOLUME [SOURCE]",
|
||||
Short: "Import a tarball contents into a podman volume",
|
||||
|
@@ -74,7 +74,7 @@ A Kubernetes PersistentVolumeClaim represents a Podman named volume. Only the Pe
|
||||
- volume.podman.io/import-source
|
||||
- volume.podman.io/image
|
||||
|
||||
Use `volume.podman.io/import-source` to import the contents of the tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz) specified in the annotation's value into the created Podman volume
|
||||
Use `volume.podman.io/import-source` to import the contents of the tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz, .tar.zst) specified in the annotation's value into the created Podman volume
|
||||
|
||||
Kube play is capable of building images on the fly given the correct directory layout and Containerfiles. This
|
||||
option is not available for remote clients, including Mac and Windows (excluding WSL2) machines, yet. Consider the following excerpt from a YAML file:
|
||||
|
Reference in New Issue
Block a user