-
Notifications
You must be signed in to change notification settings - Fork 293
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
Publish checksums #799
Comments
This has been an open issue in K8s (kubernetes/release#914) as well for a while, with a bunch of useful links posted. Some of the tools we may want to consider are: goreleaser seems like a really helpful tool to remove some of the complexity around releasing, but I'm not sure it's necessary for us Initially, I'll work towards adding 2 new files per each release artifact:
|
The linked PR didn't include PGP signing. |
@dfreilich can we create a new issue for that? I feel like it's not as critical given the added complexity. |
Description
I would like to have proof that the
pack
releases on my system are the ones released by the Buildpacks organization.Proposed solution
When releasing
pack
releases, we should publish checksums of the artifacts (sha256
), and sign the artifacts as well (using PGP signing).Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: