8 Commits

Author SHA1 Message Date
Robin Candau
d0a2374d67
Expand repro documentation and ensure fixed timezome
Expand the repro documentation with missing bits:

- The Dockerfile needs to be regenerated with the correct group for title annotation to ensure reproducibility.
- The CI_COMMIT_SHA of the original pipeline needs to be honored in the Dockerfile.

Also, set the timezome to UTC in Makefile and scripts to ensure consistency in the generated dates / timestamps (e.g. ARCHIVE_SNAPSHOT / SOURCE_DATE_EPOCH), regardless of the timezone of the environment. Otherwise, someone rebuilding the image locally can unexpectedly end up with a different value for those if the system uses a different timezome.
2026-04-29 17:49:11 +02:00
Robin Candau
4d9115fdd9
Update diffoci flag to use --ignore-image-name and update user documentation accordingly
There's actually a dedicated flag to ignore image name annotations specifically so we don't have to ignore the other attributes with the `--semantic` flag.
2026-04-20 19:47:58 +02:00
Robin Candau
96c00dc076
Link the 'diffoci' upstream issue about the 'image naming paradox' in repro documentation 2026-04-09 22:33:22 +02:00
Robin Candau
c0bb963913
Slight wording improvements 2026-04-01 21:05:02 +02:00
Robin Candau
93b7de821a
Add disclaimer to REPRO.md 2026-04-01 19:24:31 +02:00
Robin Candau
4dd4125eff
Improve user doc in REPRO.md 2026-04-01 16:26:18 +02:00
Robin Candau
4819df410a
Formatting and typo fixes in REPRO.md 2026-04-01 14:13:59 +02:00
Robin Candau
76713dc531
Add user documentation about reproducing an image locally 2026-04-01 13:46:20 +02:00