You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now skopeo copy --add-compression=zstd:chunked doesn’t exist — but if it did, repeated copies would keep adding new zstd:chunked instances.
We detect whether the desired instance already exists by the io.github.containers.compression.zstd annotation, but that only means “zstd”; so the code never determines that a zstd:chunked instance exists.
We would either need to add a new annotation (annotation value? or a new key?), or to actually fetch the per-instance manifest to see whether all layers are chunked.
Right now
skopeo copy --add-compression=zstd:chunked
doesn’t exist — but if it did, repeated copies would keep adding new zstd:chunked instances.We detect whether the desired instance already exists by the
io.github.containers.compression.zstd
annotation, but that only means “zstd”; so the code never determines that a zstd:chunked instance exists.We would either need to add a new annotation (annotation value? or a new key?), or to actually fetch the per-instance manifest to see whether all layers are chunked.
Cc: @giuseppe
The text was updated successfully, but these errors were encountered: