Doing `if tm > SOURCE_DATE_EPOCH { tm = SOURCE_DATE_EPOCH }` in the differ will solve most issues related the timestamps. Depends on: - https://github.com/containerd/containerd/pull/7710
Doing
if tm > SOURCE_DATE_EPOCH { tm = SOURCE_DATE_EPOCH }in the differ will solve most issues related the timestamps.Depends on: