We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea5314 commit 2935b2fCopy full SHA for 2935b2f
etc/kayobe/ipa.yml
@@ -5,7 +5,7 @@
5
# Ironic Python Agent (IPA) image build configuration.
6
7
# Whether to build IPA images from source.
8
-#ipa_build_images:
+#ipa_build_images:
9
10
# URL of IPA source repository.
11
#ipa_build_source_url:
@@ -46,8 +46,8 @@ ipa_build_dib_elements_extra:
46
47
# Dictionary of additional environment variables to provide to Diskimage
48
# Builder (DIB) during IPA image build.
49
-#ipa_build_dib_env_extra:
50
-
+ipa_build_dib_env_extra:
+ DIB_IPA_COMPRESS_CMD: 'zstd -19 --compress'
51
# Dictionary of environment variables to provide to Diskimage Builder (DIB)
52
# during IPA image build.
53
#ipa_build_dib_env:
0 commit comments