podman/pkg/machine/compression
Brent Baude a31e8d2a23 zstd now default compression for podman machine
given that we are moving to building our own machine images, we have
decided to use zstd compression as it is superior in speed to the
alternatives.  as such, this pr adds zstd to our machine code; and also
has to account for dealing with sparseness on darwin; which the default
zstd golang library does not.

[NO NEW TESTS NEEDED]

Signed-off-by: Brent Baude <bbaude@redhat.com>
2024-02-20 14:26:41 -06:00
..
compression_test.go zstd now default compression for podman machine 2024-02-20 14:26:41 -06:00
config.go zstd now default compression for podman machine 2024-02-20 14:26:41 -06:00
copy_test.go Vendor crc CopySparse 2024-02-09 19:33:56 +01:00
decompress.go zstd now default compression for podman machine 2024-02-20 14:26:41 -06:00
sparse_file_writer.go machine: add sparse file writer 2024-02-20 15:57:24 +01:00
sparse_file_writer_test.go machine: add sparse file writer 2024-02-20 15:57:24 +01:00