| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dockerfile_1.24.0 source code.tar.gz | 2026-05-13 | 11.9 MB | |
| dockerfile_1.24.0 source code.zip | 2026-05-13 | 16.7 MB | |
| README.md | 2026-05-13 | 773 Bytes | |
| Totals: 3 Items | 28.6 MB | 0 | |
Usage
# syntax=docker.io/docker/dockerfile-upstream:1.24.0
Notable changes
- Dockerfile now supports special arg definitions
SOURCE_DATE_EPOCH=contextandSOURCE_DATE_EPOCH=<stage>which set the value ofSOURCE_DATE_EPOCHto the timestamp associated with the remote context or the stage respectively. When building from a Git commit, the context timestamp is the commit timestamp, and when building from a remote URL, the timestamp is resolved from the metadata of files in the TAR archive or from theLast-Modifiedheader of the URL [#6602] - Fix issue where in some cases
LABELvalue could incorrectly leak from stage linked viaCOPY --from[#6713] - Formatting of History entries for
HEALTHCHECKinstructions has been fixed [#6664]