From 28becf9ee61105914c90790a4acc69d579d1d959 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 6 Feb 2024 17:03:55 -0500 Subject: [PATCH] image.yaml: use zstd compression We'll experiment with this in `rawhide` to see what kind of real world gains we get from using zstd compression. Also see if there are any bugs that crop up. This is to further the discussion in https://github.com/coreos/fedora-coreos-tracker/issues/1660 --- image.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/image.yaml b/image.yaml index 863d4e1207..e8daf565b4 100644 --- a/image.yaml +++ b/image.yaml @@ -9,3 +9,7 @@ include: image-base.yaml # and enable it by default for rawhide! deploy-via-container: true container-imgref: "ostree-remote-registry:fedora:quay.io/fedora/fedora-coreos:rawhide" + +# Experiment with using zstd compression in rawhide +compressor: zstd +