somehow got application/vnd.oci.image.layer.v1.tar+gzip
with zstd:chunked annotations
#2053
Labels
application/vnd.oci.image.layer.v1.tar+gzip
with zstd:chunked annotations
#2053
I was messing around with zstd:chunked and somehow ended up with this:
There's a mix of gzip and zstd compressed layers; the gzip layers have the zstd-chunked annotations (which is nonsensical obviously).
As far as I can tell, the layers are compressed the way they claim to be (i.e. the gzip layers really are gzip, not zstd; so the bug here seems to be us choosing gzip for some reason (blob caching?))
This is 100% reproducible for me right now, but I haven't dug deep into why it's happening yet.
The text was updated successfully, but these errors were encountered: