-
Notifications
You must be signed in to change notification settings - Fork 617
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
reproducible artifacts #3942
Comments
current status:
|
Could all the partitions that need to exist in the image itself be ext4 (or squashfs), and you only create xfs during apply-config? That should keep the images themselves binary reproducible, if you use It seems there's not really something for xfs yet. |
It might be even not |
I recommend using diffoscope to track these down. See https://r13y.com/
|
thanks, we are already using that: https://github.com/talos-systems/tools/blob/master/Makefile#L38-L46 |
with the last pieces of work on bldr and package repositories, I think we can close this issue: |
Feature Request
We need to make sure that all Talos artifacts in
_out/
are reproducible.Our
initramfs-<arch>.xz
is already reproducible, so we need to fix other artifacts to be reproducible as well.Description
kernel
should be fine as it gets copied directly from the image.Disk/VM images might need some work to make sure they are reproducible: checking/resetting timestamps, making sure that order of the files in the archive is consistent.
End goal is to make sure that:
_out/
._out
, drop buildkit caches.The text was updated successfully, but these errors were encountered: