From e03516f6d427d4e484112635d146e151ddc6301b Mon Sep 17 00:00:00 2001 From: Tom Sweeney Date: Thu, 28 May 2026 10:54:28 -0400 Subject: [PATCH] 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 --- docs/source/markdown/options/compression-format.md | 2 +- docs/source/markdown/options/compression-level.md | 2 +- docs/source/markdown/options/force-compression.md | 2 +- docs/source/markdown/podman-build.1.md.in | 6 ++++++ docs/source/markdown/podman-farm-build.1.md.in | 6 ++++++ 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/source/markdown/options/compression-format.md b/docs/source/markdown/options/compression-format.md index cd0095c9ec..cc68831364 100644 --- a/docs/source/markdown/options/compression-format.md +++ b/docs/source/markdown/options/compression-format.md @@ -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* diff --git a/docs/source/markdown/options/compression-level.md b/docs/source/markdown/options/compression-level.md index f20f4a2a28..49cba90400 100644 --- a/docs/source/markdown/options/compression-level.md +++ b/docs/source/markdown/options/compression-level.md @@ -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* diff --git a/docs/source/markdown/options/force-compression.md b/docs/source/markdown/options/force-compression.md index 6212320458..646b706d33 100644 --- a/docs/source/markdown/options/force-compression.md +++ b/docs/source/markdown/options/force-compression.md @@ -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** diff --git a/docs/source/markdown/podman-build.1.md.in b/docs/source/markdown/podman-build.1.md.in index 04defaa2fa..06e5f08748 100644 --- a/docs/source/markdown/podman-build.1.md.in +++ b/docs/source/markdown/podman-build.1.md.in @@ -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 diff --git a/docs/source/markdown/podman-farm-build.1.md.in b/docs/source/markdown/podman-farm-build.1.md.in index 2df5db3fb4..f6d83144c5 100644 --- a/docs/source/markdown/podman-farm-build.1.md.in +++ b/docs/source/markdown/podman-farm-build.1.md.in @@ -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