fix(client): layers now returns manifest - remove duplicate from descriptors

Signed-off-by: Brandt Keller <brandt.keller@defenseunicorns.com>
pull/30902/head
Brandt Keller 4 months ago
parent c225c124ac
commit b07ab77da3
No known key found for this signature in database

@ -473,7 +473,6 @@ func (c *Client) Pull(ref string, options ...PullOption) (*PullResult, error) {
return nil, err
}
descriptors = append(descriptors, manifest)
descriptors = append(descriptors, layers...)
numDescriptors := len(descriptors)

Loading…
Cancel
Save