Add compression-level/format and force-compression links in docs

Buildah v1.44.0 now uses --compression-format, --compression-level, and
--force-compression options.  Add these options to the build and farm
man pages.

Signed-off-by: Tom Sweeney <tsweeney@redhat.com>
This commit is contained in:
Tom Sweeney 2026-05-28 10:54:28 -04:00
parent 8b1e46170b
commit e03516f6d4
5 changed files with 15 additions and 3 deletions

View file

@ -1,5 +1,5 @@
####> This option file is used in:
####> podman manifest push, push
####> podman build, farm build, manifest push, push
####> If file is edited, make sure the changes
####> are applicable to all of those.
#### **--compression-format**=**gzip** | *zstd* | *zstd:chunked*

View file

@ -1,5 +1,5 @@
####> This option file is used in:
####> podman manifest push, push
####> podman build, farm build, manifest push, push
####> If file is edited, make sure the changes
####> are applicable to all of those.
#### **--compression-level**=*level*

View file

@ -1,5 +1,5 @@
####> This option file is used in:
####> podman manifest push, push
####> podman build, farm build, manifest push, push
####> If file is edited, make sure the changes
####> are applicable to all of those.
#### **--force-compression**

View file

@ -99,6 +99,10 @@ This option is added to be aligned with other containers CLIs.
Podman doesn't communicate with a daemon or a remote server.
Thus, compressing the data before sending it is irrelevant to Podman. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
@@option compression-format
@@option compression-level
@@option cpp-flag
@@option cpu-period
@ -202,6 +206,8 @@ It does not affect _/etc/resolv.conf_ in the final image.
@@option file
@@option force-compression
@@option force-rm
@@option format

View file

@ -59,6 +59,10 @@ Remove built images from farm nodes on success (Default: false).
@@option compat-volumes
@@option compression-format
@@option compression-level
@@option cpp-flag
@@option cpu-period
@ -105,6 +109,8 @@ This option specifies the name of the farm to be used in the build process.
@@option file
@@option force-compression
@@option force-rm
@@option format