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

replace sha512sum from alpine #182

Closed
smira opened this issue Jan 21, 2025 · 0 comments · Fixed by #186
Closed

replace sha512sum from alpine #182

smira opened this issue Jan 21, 2025 · 0 comments · Fixed by #186
Assignees

Comments

@smira
Copy link
Member

smira commented Jan 21, 2025

bldr is using a small stage based on alpine to verify sha512 checksum of the downloaded artifact

We can get rid of that by building a reproducible tiny image based on static re-implementation of sha512 in Go providing a single binary which verifies sha512 sum of the file provided.

@smira smira self-assigned this Jan 29, 2025
smira added a commit to smira/bldr that referenced this issue Jan 29, 2025
Use [StageX](https://stagex.tools/) instead.

Fixes siderolabs#182

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
smira added a commit to smira/bldr that referenced this issue Jan 29, 2025
Use [StageX](https://stagex.tools/) instead.

Fixes siderolabs#182

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
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 a pull request may close this issue.

1 participant