image/copy
Miloslav Trmač 39410b5461 Queue a partially-pulled layer for commit immediately after staging it
Don't block all other layer commits until all layers are downloaded
/ staged.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2025-06-02 19:34:36 +02:00
..
fixtures compress: define some consts for the compression algos 2019-08-13 16:02:28 +02:00
blob.go Eliminate copier.progress and progressInterval 2023-07-19 02:21:25 +02:00
blob_test.go Return private.UploadedBlob from PutBlobWithOptions 2023-03-22 22:31:42 +01:00
compression.go Detect zstd:chunked format in source blobs 2024-08-06 22:13:57 +02:00
copy.go feat: add DestinationTimestamp to copy options 2025-02-28 06:09:09 +00:00
digesting_reader.go Add validation error to digesting reader 2024-02-27 10:58:16 +01:00
digesting_reader_test.go Move copy.digestingReader and tests to separate files 2021-08-21 20:18:32 +02:00
encryption.go Simplify codespellrc, fix remaining typos 2024-08-02 13:37:53 -07:00
manifest.go Quote various strings coming from untrusted sources 2024-05-09 19:22:23 +02:00
manifest_test.go Try all manifest formats if the destinations accepts all of them 2024-02-02 23:18:37 +01:00
multiple.go Replace Set.AddSlice with Set.AddSeq, use it in more places 2025-03-12 20:17:18 +01:00
multiple_test.go Simplify codespellrc, fix remaining typos 2024-08-02 13:37:53 -07:00
progress_bars.go copy: Don't print "skipped: 0.0b = 0.00%" 2024-09-20 09:03:24 -04:00
progress_bars_test.go copy: Don't print "skipped: 0.0b = 0.00%" 2024-09-20 09:03:24 -04:00
progress_channel.go Rename progress_reader* to progress_channel* 2022-04-27 18:16:14 +02:00
progress_channel_test.go Rename progress_reader* to progress_channel* 2022-04-27 18:16:14 +02:00
sign.go Fix an index in an error message 2024-09-05 20:06:14 +02:00
sign_test.go Simplify codespellrc, fix remaining typos 2024-08-02 13:37:53 -07:00
single.go Queue a partially-pulled layer for commit immediately after staging it 2025-06-02 19:34:36 +02:00
single_test.go Extend private.ReusedBlob to allow zstd:chunked reuses 2024-08-06 22:13:30 +02:00