about summary refs log tree commit diff
path: root/doc/build-helpers
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2024-02-19 18:06:54 +0100
committerGitHub <noreply@github.com>2024-02-19 18:06:54 +0100
commitd2dfcfcfad85e12e5909e7be4bd562e2debe6e52 (patch)
treecd13ae28228a7efd42367dbb44b7d184356cd67b /doc/build-helpers
parent5adb86fdf90314e7d008ebdf46882cd676dc612c (diff)
parent4b603ad9cd26f71bd17d52c2f6923ce6ba163c63 (diff)
Merge pull request #289584 from athre0z/docker-zstd
dockerTools: configurable compression schema
Diffstat (limited to 'doc/build-helpers')
-rw-r--r--doc/build-helpers/images/dockertools.section.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build-helpers/images/dockertools.section.md b/doc/build-helpers/images/dockertools.section.md
index f6241b3e8fb5a..a1d1f2cb20126 100644
--- a/doc/build-helpers/images/dockertools.section.md
+++ b/doc/build-helpers/images/dockertools.section.md
@@ -178,6 +178,13 @@ Similarly, if you encounter errors similar to `Error_Protocol ("certificate has
 
   _Default value:_ 0.
 
+`compressor` (String; _optional_)
+
+: Selects the algorithm used to compress the image.
+
+  _Default value:_ `"gz"`.\
+  _Possible values:_ `"none"`, `"gz"`, `"zstd"`.
+
 `contents` **DEPRECATED**
 
 : This attribute is deprecated, and users are encouraged to use `copyToRoot` instead.