-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add -r
option for recursively signing multi-arch images
#320
Conversation
dff1687
to
a404d31
Compare
cmd/cosign/cli/sign.go
Outdated
if err != nil { | ||
return err | ||
} | ||
for _, manifest := range idxManifest.Manifests { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I always forget - is it possible to create an image that recurses even further? An index of indexes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not iiuc @jonjohnsonjr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Talked with him and apparently recursive indexes can exist 🤮
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
walking the tree now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it hurts me that the flag is recursive but the implementation is not
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
your anguish sustains me ❤️
af6c7de
to
2a7861e
Compare
Signed-off-by: Jake Sanders <[email protected]>
Signed-off-by: Jake Sanders [email protected]