storage/pkg/chunked
Giuseppe Scrivano 06a03bd48f
dump: use the sanitized path for root check
otherwise if the root is stored as "./", it ends up adding the root
node twice causing mkcomposefs to fail.

Closes: https://github.com/containers/storage/issues/1941

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2024-06-04 22:12:18 +02:00
..
compressor chunked: flush the input tarball to the output 2023-12-13 17:31:00 +01:00
dump dump: use the sanitized path for root check 2024-06-04 22:12:18 +02:00
internal compression: Add some doc comments 2024-06-03 14:54:32 -04:00
toc Refuse to return a value from GetTOCDigest when it is ambiguous 2024-02-26 21:09:42 +01:00
bloom_filter.go chunked: fix divide by zero in bloom filter 2024-04-23 13:54:30 +02:00
bloom_filter_test.go chunked: fix divide by zero in bloom filter 2024-04-23 13:54:30 +02:00
cache_linux.go Move the tar-split digest value into the TOC 2024-05-14 10:53:03 +02:00
cache_linux_test.go chunked: store file locations as binary 2024-04-19 21:28:16 +02:00
compression.go Move code only called on Linux into a Linux-specific file 2022-10-14 17:17:53 +02:00
compression_linux.go chunked: fix deadlock by always consuming tar-split 2024-06-03 23:01:34 +02:00
storage.go Misc. warning cleanups 2022-10-01 02:53:06 +02:00
storage_linux.go chunked: change auto merge threshold to 1024 2024-06-03 15:00:35 +02:00
storage_unsupported.go chunked: validate converted images 2024-01-08 22:00:35 +01:00
zstdchunked_test.go Improve error handling a bit 2024-05-14 10:53:03 +02:00