You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
bldr
is using a small stage based onalpine
to verifysha512
checksum of the downloaded artifactWe 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 verifiessha512
sum of the file provided.The text was updated successfully, but these errors were encountered: