Skip to content

Commit

Permalink
vvv
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Apr 1, 2024
1 parent 4b04251 commit 2adc3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sign/sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ func (s *Signer) ImagesSigned(ctx context.Context, refs ...string) (*sync.Map, e
if _, err := s.impl.Digest(repoDigestToSig(repo, digest), crane.WithTransport(tr)); err != nil {
if transportErr, ok := err.(*transport.Error); ok && len(transportErr.Errors) > 0 {
if transportErr.Errors[0].Code == transport.ManifestUnknownErrorCode {
fmt.Println("22>>>>>>!!>>>")
res.Store(ref, false)
s.signedRefs.Set(ref, false, ttlcache.DefaultTTL)
t.Done(nil)
Expand Down

0 comments on commit 2adc3ab

Please sign in to comment.