Skip to content

Commit 0ad8a2b

Browse files
committed
adding DIB_IPA_COMPRESS_CMD to ipa.yml
1 parent 443214e commit 0ad8a2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

etc/kayobe/ipa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ ipa_build_dib_elements_extra:
4747

4848
# Dictionary of additional environment variables to provide to Diskimage
4949
# Builder (DIB) during IPA image build.
50-
#ipa_build_dib_env_extra:
51-
50+
ipa_build_dib_env_extra:
51+
DIB_IPA_COMPRESS_CMD: 'zstd -19 --compress'
5252
# Dictionary of environment variables to provide to Diskimage Builder (DIB)
5353
# during IPA image build.
5454
#ipa_build_dib_env:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
# IPA image versioning tags
3-
stackhpc_rocky_9_ipa_image_version: "2025.1-20250924T145101"
4-
stackhpc_ubuntu_noble_ipa_image_version: "2025.1-20250924T145101"
3+
stackhpc_rocky_9_ipa_image_version: "2025.1-20250929T120332"
4+
stackhpc_ubuntu_noble_ipa_image_version: "2025.1-20250929T120332"

0 commit comments

Comments
 (0)