-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zstd(:chunked) work tracking checklist #2189
Comments
@flouthoc PTAL |
Should
Be closed? |
This was referenced Jul 19, 2024
For the record I think it was me that recently added a zstd:chunked label on issues - there's some more stuff there. In particular it seems like containers/storage#1928 is somewhat close to a blocker for wide scale deployment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker-archive:
destinations): Copies of originally-compressed images from c/storage to uncompressed destinations don’t trigger MIME type updates #2182copy.Options.EnsureCompressionVariantsExist
would never stop adding zstd:chunked variants: copy.Options.EnsureCompressionVariantsExist doesn’t detect existing variants with zstd:chunked #2318expectedLayerDiffIDFlag
seems to use mismatching types: expectedLayerDiffIDFlag expectation mismatch #2602 , expectedLayerDiffIDFlag expectation mismatch #2602CompressedDigest
/CompressedSize
when reusing data from another layer #2583iterateTarSplit
to upstream tar-split: Ensure chunked TOC and tar-split metadata are consistent storage#2035 (comment) . Filed Add tar/asm.IterateHeaders vbatts/tar-split#71 , Use tar-split/tar/asm.IterateHeaders now that it has been accepted storage#2116 .blobPipelineDetectCompressionStep
detects zstd:chunked as zstd, causing unnecessary recompression: around copy: do not fail if digest mismatches #1980 (comment) , Record zstd:chunked format, and annotations, in BlobInfoCache #2487 .blobPipelineCompressionStep
would trigger a recompression of zstd:chunked if the user asks for zstd (except that we don’t currently detect zstd:chunked): around copy: do not fail if digest mismatches #1980 (comment) , Improve handling of zstd vs. zstd:chunked matching #2317PutBlobPartial
with a non-chunked input and conversion in c/storage enabled doesn’t work: Fix c/storage destination with partial pulls #2288 (comment) , fixed thereUncompressedDigest
fields stores a TOC digest, and layer digest validation fails: Fixed in copy: do not fail if digest mismatches #1980TopLayer
matches, but that might not be true if layers pulled by blob vs. TOC digests have different IDs: Part of copy: do not fail if digest mismatches #1980 . Fixed in Fix c/storage destination with partial pulls #2288 .The text was updated successfully, but these errors were encountered: