Usage
# syntax=docker.io/docker/dockerfile-upstream:1.23.0-rc1
Notable changes
- Git URLs now accept the
mtime=commitquery parameter to initialize checked-out file timestamps to Git commit time. Remote builds using a Git context that defineSOURCE_DATE_EPOCHautomatically default tomtime=commitfor better reproducibility. #6600 - Dockerfile can now define
SOURCE_DATE_EPOCHbuild-arg in the global scope with a default value. The value can still be overridden with--build-argas before. #6601 - Fix issue with the order of applied proxy build-args being non-deterministic #6560