Skip to content

Commit 2935b2f

Browse files
committed
adding DIB_IPA_COMPRESS_CMD to ipa.yml
1 parent 3ea5314 commit 2935b2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/kayobe/ipa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Ironic Python Agent (IPA) image build configuration.
66

77
# Whether to build IPA images from source.
8-
#ipa_build_images:
8+
#ipa_build_images:
99

1010
# URL of IPA source repository.
1111
#ipa_build_source_url:
@@ -46,8 +46,8 @@ ipa_build_dib_elements_extra:
4646

4747
# Dictionary of additional environment variables to provide to Diskimage
4848
# Builder (DIB) during IPA image build.
49-
#ipa_build_dib_env_extra:
50-
49+
ipa_build_dib_env_extra:
50+
DIB_IPA_COMPRESS_CMD: 'zstd -19 --compress'
5151
# Dictionary of environment variables to provide to Diskimage Builder (DIB)
5252
# during IPA image build.
5353
#ipa_build_dib_env:

0 commit comments

Comments
 (0)