This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+1 more
ReleasePort's take
Light signalDockerfile v1.24.0 eliminates leakage of LABEL values when using COPY --from across build stages.
Why it matters: Patch to Dockerfile/1.24.0 immediately; the bugfix prevents unintended exposure of sensitive metadata from intermediate stage images.
Summary
AI summaryFix LABEL leakage when using COPY --from across stages.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Dockerfile supports special arg definitions SOURCE_DATE_EPOCH=context and SOURCE_DATE_EPOCH=<stage>. Dockerfile supports special arg definitions SOURCE_DATE_EPOCH=context and SOURCE_DATE_EPOCH=<stage>. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Performance | Medium |
History entries for `HEALTHCHECK` instructions are formatted correctly. History entries for `HEALTHCHECK` instructions are formatted correctly. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Bugfix | Medium |
`LABEL` value no longer leaks from stage linked via `COPY --from`. `LABEL` value no longer leaks from stage linked via `COPY --from`. Source: llm_adapter@2026-05-21 Confidence: high |
— |
Full changelog
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
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]