Skip to content

Commit

Permalink
Merge pull request #2302 from mtrmac/annotate-chunked-instances
Browse files Browse the repository at this point in the history
Also annotate image instances using zstd:chunked as using zstd
  • Loading branch information
rhatdan authored Feb 20, 2024
2 parents f42a082 + 060c08f commit 2cb3c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/manifest/oci_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func addCompressionAnnotations(compressionAlgorithms []compression.Algorithm, an
}
for _, algo := range compressionAlgorithms {
switch algo.Name() {
case compression.ZstdAlgorithmName:
case compression.ZstdAlgorithmName, compression.ZstdChunkedAlgorithmName:
(*annotationsMap)[OCI1InstanceAnnotationCompressionZSTD] = OCI1InstanceAnnotationCompressionZSTDValue
default:
continue
Expand Down

0 comments on commit 2cb3c9d

Please sign in to comment.