From 625b17df58ff84560a477c34f8f98778226e7cf2 Mon Sep 17 00:00:00 2001 From: renner Date: Mon, 3 Aug 2026 13:06:12 +0200 Subject: [PATCH] Revert "feat: set SOURCE_DATE_EPOCH on chunkah (#2651)" This reverts commit 7c3d4b62b0b73bd1ed5fac1271cb83b2914bb14f. See: https://github.com/coreos/chunkah/issues/160 --- Justfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Justfile b/Justfile index b45fccda8..6159245fb 100644 --- a/Justfile +++ b/Justfile @@ -341,7 +341,6 @@ rechunk $image=default_image $tag=default_tag $flavor=default_flavor: ${PODMAN} run --rm --mount=type=image,src="${image_name}:${tag}",target=/chunkah \ -v "${CHUNKAH_CONFIG_FILE}:/chunkah-config.json:ro,Z" \ -v "${CHUNKAH_OUTPUT_DIR}:/run/out:Z" \ - -e SOURCE_DATE_EPOCH=0 \ "{{ chunkah }}" \ build \ --verbose \