-
|
I have a question about "chunked" image pulls. I am working on a patch that affects extraction of files during image pulls, and it seems like there are 2 code paths that I need to consider—the "normal" path that calls The challenge I'm currently facing is testing the latter ("chunked") path. I haven't been able to find an image to pull that triggers this path. Can anyone suggest an image that I can pull to test this path? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
@giuseppe PTAL |
Beta Was this translation helpful? Give feedback.
-
|
FWIW, I solved my problem by setting |
Beta Was this translation helpful? Give feedback.
-
|
I play with some images here: https://quay.io/repository/giuseppe/zstd-chunked?tab=tags&tag=latest You can easily create one though with |
Beta Was this translation helpful? Give feedback.
FWIW, I solved my problem by setting
convert_images = "true"in the[storage.options.pull_options]section of mystorage.conf. That triggers the "chunked" path, regardless of the image that I pull.