Skip to content

Commit 688a0de

Browse files
Add compression-level/format and force-compression links
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>
1 parent 550f8a7 commit 688a0de

5 files changed

Lines changed: 15 additions & 3 deletions

File tree

docs/source/markdown/options/compression-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
####> This option file is used in:
2-
####> podman manifest push, push
2+
####> podman build, farm build, podman manifest push, push
33
####> If file is edited, make sure the changes
44
####> are applicable to all of those.
55
#### **--compression-format**=**gzip** | *zstd* | *zstd:chunked*

docs/source/markdown/options/compression-level.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
####> This option file is used in:
2-
####> podman manifest push, push
2+
####> podman build, farm buildh, podman manifest push, push
33
####> If file is edited, make sure the changes
44
####> are applicable to all of those.
55
#### **--compression-level**=*level*

docs/source/markdown/options/force-compression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
####> This option file is used in:
2-
####> podman manifest push, push
2+
####> podman build, farm build, podman manifest push, push
33
####> If file is edited, make sure the changes
44
####> are applicable to all of those.
55
#### **--force-compression**

docs/source/markdown/podman-build.1.md.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ This option is added to be aligned with other containers CLIs.
9999
Podman doesn't communicate with a daemon or a remote server.
100100
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)
101101

102+
@@option compression-format
103+
104+
@@option compression-level
105+
102106
@@option cpp-flag
103107

104108
@@option cpu-period
@@ -202,6 +206,8 @@ It does not affect _/etc/resolv.conf_ in the final image.
202206

203207
@@option file
204208

209+
@@option force-compression
210+
205211
@@option force-rm
206212

207213
@@option format

docs/source/markdown/podman-farm-build.1.md.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ Remove built images from farm nodes on success (Default: false).
5959

6060
@@option compat-volumes
6161

62+
@@option compression-format
63+
64+
@@option compression-level
65+
6266
@@option cpp-flag
6367

6468
@@option cpu-period
@@ -105,6 +109,8 @@ This option specifies the name of the farm to be used in the build process.
105109

106110
@@option file
107111

112+
@@option force-compression
113+
108114
@@option force-rm
109115

110116
@@option format

0 commit comments

Comments
 (0)