[Git][reproducible-builds/reproducible-website][master] Docs: Add helm-package info
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Nov 21 18:11:36 UTC 2025
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
3aad9c8b by Robert Stupp at 2025-11-21T18:11:34+00:00
Docs: Add helm-package info
- - - - -
1 changed file:
- + _docs/helm.md
Changes:
=====================================
_docs/helm.md
=====================================
@@ -0,0 +1,21 @@
+---
+title: Helm
+layout: docs
+permalink: /docs/helm/
+---
+
+## Helm package
+
+The helm package command from Helm versions before 4.0.0 cannot produce reproducible archives.
+
+Since Helm version 4.0.0, it is possible to produce reproducible archives, even with the `--sign` option.
+The package archive entries get a constant uid/gid and fixed POSIX permissions.
+The file modification time is set to the source files' modification time, which can vary.
+Consider setting a constant file modification time
+
+<details><summary>Set fixed file modification timestamp example</summary>
+
+```bash
+find $PACKAGE_CONTENTS_DIRECTORY -exec touch -d "2000-01-01 00:00:00" {} +
+```
+</details>
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/3aad9c8b7ba1f2546ee3338aed2dc3f092067f15
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/3aad9c8b7ba1f2546ee3338aed2dc3f092067f15
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20251121/96615dce/attachment.htm>
More information about the rb-commits
mailing list