(desc ocispec.Descriptor)
| 741 | } |
| 742 | |
| 743 | func (u *Unpacker) makeBlobDescriptorKey(desc ocispec.Descriptor) string { |
| 744 | return fmt.Sprintf("blob://%v", desc.Digest) |
| 745 | } |
| 746 | |
| 747 | func (u *Unpacker) supportParallel(unpack *Platform) bool { |
| 748 | if u.unpackLimiter == nil { |