Skip to content

Commit

Permalink
image.yaml: use zstd compression
Browse files Browse the repository at this point in the history
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
coreos/fedora-coreos-tracker#1660
  • Loading branch information
dustymabe committed Feb 6, 2024
1 parent ae76734 commit 28becf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 28becf9

Please sign in to comment.