-
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
Use OCI Image Manifest v1 #300
Conversation
/cc @jonjohnsonjr |
@jonjohnsonjr any guesses how/where this might not work? GCR is happy |
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'm honestly surprised GCR doesn't complain.
254fe7f
to
69b429d
Compare
One nit, a one-line integration test of the legacy env var here would be good too: https://github.com/sigstore/cosign/blob/main/test/e2e_test_secrets.sh#L55 |
faabe9f
to
91f7625
Compare
// should never happen...? | ||
return nil, err | ||
} | ||
m.Config.MediaType = types.OCIConfigJSON |
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.
Oh that's interesting. I don't think we intended for that return value to be mutable, but I guess it is...
cc @imjasonh I would consider this a bug.
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.
Hahha.
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.
let us have our fun :p
I will not be contained!
done |
Signed-off-by: Jake Sanders <jsand@google.com>
Fixes #250
Signed-off-by: Jake Sanders jsand@google.com