from the spec for SOURCE_DATE_EPOCH, seems this env var's purpose is to ensure reproducibility for builds. using VERGEN_GIT_COMMIT_{DATE,TIMESTAMP} is technically already reproducible, since the git commit date should be fixed, unlike VERGEN_BUILD_TIMESTAMP and the like.
from the spec for
SOURCE_DATE_EPOCH, seems this env var's purpose is to ensure reproducibility for builds. usingVERGEN_GIT_COMMIT_{DATE,TIMESTAMP}is technically already reproducible, since the git commit date should be fixed, unlikeVERGEN_BUILD_TIMESTAMPand the like.