-
Notifications
You must be signed in to change notification settings - Fork 186
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 'checksum_type' to checksums #271
Labels
proposal
Propose a change to the project
super
Super issue - other issues are linked to this one
technical-debt
Technical Debt - we should have addressed this right away but for "reasons" we deferred
Milestone
Comments
nishakm
pushed a commit
that referenced
this issue
Mar 31, 2020
This PR does following, 1. It includes checksum_type and checksum properties to Image and ImageLayer classes. 2.It includes appropriate tests to validate the checksum property Resolved: #271 Signed-off-by: mukultaneja <[email protected]>
rnjudge
pushed a commit
to rnjudge/tern
that referenced
this issue
Jun 5, 2020
This PR does following, 1. It includes checksum_type and checksum properties to Image and ImageLayer classes. 2.It includes appropriate tests to validate the checksum property Resolved: tern-tools#271 Signed-off-by: mukultaneja <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
proposal
Propose a change to the project
super
Super issue - other issues are linked to this one
technical-debt
Technical Debt - we should have addressed this right away but for "reasons" we deferred
Problem Statement
There are other hashing algorithms than SHA256 that tools can use
Describe the Proposal
Incorporate checksum_type into ImageLayer and Image classes
Steps to Implement Proposal
checksum_type
property and achecksum
property. See how the FileData class implements this.SHA256
is hardcoded. Use thechecksum_type
property instead.The text was updated successfully, but these errors were encountered: