mirror of
https://github.com/moby/buildkit.git
synced 2026-08-13 17:07:00 +00:00
Allow Dockerfiles to define a default SOURCE_DATE_EPOCH value via a global-scope ARG. The explicit caller-provided epoch still takes priority. This lets Dockerfiles be self-contained for reproducible builds without requiring external build args. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>