storage/pkg/chunked
Giuseppe Scrivano 8c9ca13d37
store: remove deprecated ApplyDiffWithDiffer
The ApplyDiffWithDiffer function was marked as deprecated,
with PrepareStagedLayer being the recommended replacement.
Its implementation was just a wrapper around PrepareStagedLayer.

Remove the deprecated function from the Store and LayerStore
interfaces and its implementation.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2025-05-07 08:52:18 +02:00
..
compressor Use for range over integers 2025-03-31 15:39:12 -07:00
dump Remove unneeded conversion 2025-04-01 16:18:43 -07:00
internal Remove unneeded conversion 2025-04-01 16:18:43 -07:00
toc Move pkg/chunked/internal to pkg/chunked/internal/minimal 2024-12-13 01:27:58 +01:00
bloom_filter_linux.go Remove unneeded conversion 2025-04-01 16:18:43 -07:00
bloom_filter_linux_test.go Use range iterations 2024-09-05 18:56:35 +02:00
cache_linux.go When applying a chunked layer with a tar-split, compute its uncompressed digest 2025-01-07 16:56:09 +01:00
cache_linux_test.go Remove unneeded conversion 2025-04-01 16:18:43 -07:00
compression.go Move pkg/chunked/internal to pkg/chunked/internal/minimal 2024-12-13 01:27:58 +01:00
compression_linux.go chunked: use temporary file for tar-split data 2025-04-29 12:26:57 +02:00
compression_linux_test.go chunked: use temporary file for tar-split data 2025-04-29 12:26:57 +02:00
filesystem_linux.go Move pkg/chunked/internal to pkg/chunked/internal/minimal 2024-12-13 01:27:58 +01:00
filesystem_linux_test.go Fix and annotate Stat_t fields conversion 2025-04-01 16:18:55 -07:00
storage.go chunked: define error for partial pulls not available 2024-10-02 17:13:25 +02:00
storage_linux.go store: remove deprecated ApplyDiffWithDiffer 2025-05-07 08:52:18 +02:00
storage_linux_test.go chunked: store the override xattr with the inode type 2024-12-06 08:50:08 +01:00
storage_unsupported.go store: remove deprecated ApplyDiffWithDiffer 2025-05-07 08:52:18 +02:00
zstdchunked_test.go chunked: use temporary file for tar-split data 2025-04-29 12:26:57 +02:00