Skip to content
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

Don't compute layer hash twice #800

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

jonjohnsonjr
Copy link
Contributor

Fixes: #778

Before:

image

After:

image

There is some accidentally quadratic stuff going on there still that we can fix: #799

@jonjohnsonjr jonjohnsonjr requested a review from a team as a code owner July 10, 2023 20:49
@jonjohnsonjr jonjohnsonjr requested review from kaniini and removed request for a team July 10, 2023 20:49
Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
@imjasonh imjasonh merged commit 4b170d1 into chainguard-dev:main Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make SBOM generation less bad Don't hash the layer twice
2 participants