mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 17:18:11 +00:00
Resolve SOURCE_DATE_EPOCH=context in the Dockerfile frontend from the main build context and pass the resolved numeric epoch through normal ARG handling and exporter metadata. Use git commit time for git contexts, HTTP Last-Modified when present, and newest archive entry mtime for HTTP archives. Leave local contexts unset. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>