From b07ab77da3a2d20508b8e775981e233a81d4c753 Mon Sep 17 00:00:00 2001 From: Brandt Keller Date: Thu, 22 May 2025 20:27:46 +0000 Subject: [PATCH] fix(client): layers now returns manifest - remove duplicate from descriptors Signed-off-by: Brandt Keller --- pkg/registry/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/registry/client.go b/pkg/registry/client.go index a6ce74736..df72ef166 100644 --- a/pkg/registry/client.go +++ b/pkg/registry/client.go @@ -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)