Skip to content

Commit

Permalink
[skip-ci] RPM: do not set zstd:chunked default anywhere
Browse files Browse the repository at this point in the history
Fixed in main with containers#2208 and containers#2213.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
  • Loading branch information
lsm5 committed Oct 28, 2024
1 parent 8317d5b commit b033feb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions rpm/update-config-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,3 @@ fi
if [[ -n "$FEDORA" ]] || [[ "$RHEL" -ge 10 ]]; then
sed -i -e '/^additionalimagestores\ =\ \[/a "\/usr\/lib\/containers\/storage",' storage.conf
fi

# Set these on Fedora Rawhide (41+), RHEL 10+, and on all COPR builds
# regardless of distro
if [[ -n "$COPR" ]] || [[ "$FEDORA" -gt 40 ]] || [[ "$RHEL" -ge 10 ]]; then
ensure pkg/config/containers.conf compression_format \"zstd:chunked\"
ensure storage.conf pull_options \{enable_partial_images\ =\ \"true\",\ use_hard_links\ =\ \"false\",\ ostree_repos=\"\",\ convert_images\ =\ \"false\"\}
# Leave composefs disabled
ensure storage.conf use_composefs \"false\"
fi

0 comments on commit b033feb

Please sign in to comment.