Skip to content

build: dockerfile 1.14.1 and 1.15.0 release notes #22443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions content/manuals/build/buildkit/dockerfile-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,37 @@

For usage, see the [Dockerfile frontend syntax](frontend.md) page.

## 1.15.0

{{< release-date date="2025-04-15" >}}

The full release note for this release is available
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.15.0).

Check failure on line 21 in content/manuals/build/buildkit/dockerfile-release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'BuildKit' instead of 'buildkit'. Raw Output: {"message": "[Vale.Terms] Use 'BuildKit' instead of 'buildkit'.", "location": {"path": "content/manuals/build/buildkit/dockerfile-release-notes.md", "range": {"start": {"line": 21, "column": 37}}}, "severity": "ERROR"}

```dockerfile
# syntax=docker/dockerfile:1.15.0
```

- Build error for invalid target now shows suggestions for correct possible names. [moby/buildkit#5851](https://github.com/moby/buildkit/pull/5851)

Check failure on line 27 in content/manuals/build/buildkit/dockerfile-release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'BuildKit' instead of 'buildkit'. Raw Output: {"message": "[Vale.Terms] Use 'BuildKit' instead of 'buildkit'.", "location": {"path": "content/manuals/build/buildkit/dockerfile-release-notes.md", "range": {"start": {"line": 27, "column": 90}}}, "severity": "ERROR"}
- Fix SBOM attestation producing error for Windows targets. [moby/buildkit#5837](https://github.com/moby/buildkit/pull/5837)

Check failure on line 28 in content/manuals/build/buildkit/dockerfile-release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'BuildKit' instead of 'buildkit'. Raw Output: {"message": "[Vale.Terms] Use 'BuildKit' instead of 'buildkit'.", "location": {"path": "content/manuals/build/buildkit/dockerfile-release-notes.md", "range": {"start": {"line": 28, "column": 67}}}, "severity": "ERROR"}
- Fix recursive `ARG` producing an infinite loop when processing an outline request. [moby/buildkit#5823](https://github.com/moby/buildkit/pull/5823)

Check failure on line 29 in content/manuals/build/buildkit/dockerfile-release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'BuildKit' instead of 'buildkit'. Raw Output: {"message": "[Vale.Terms] Use 'BuildKit' instead of 'buildkit'.", "location": {"path": "content/manuals/build/buildkit/dockerfile-release-notes.md", "range": {"start": {"line": 29, "column": 92}}}, "severity": "ERROR"}
- Fix parsing syntax directive from JSON that would fail if the JSON had other datatypes than strings. [moby/buildkit#5815](https://github.com/moby/buildkit/pull/5815)

Check failure on line 30 in content/manuals/build/buildkit/dockerfile-release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'BuildKit' instead of 'buildkit'. Raw Output: {"message": "[Vale.Terms] Use 'BuildKit' instead of 'buildkit'.", "location": {"path": "content/manuals/build/buildkit/dockerfile-release-notes.md", "range": {"start": {"line": 30, "column": 110}}}, "severity": "ERROR"}
- Fix platform in image config being in unnormalized form (regression from 1.12). [moby/buildkit#5776](https://github.com/moby/buildkit/pull/5776)

Check failure on line 31 in content/manuals/build/buildkit/dockerfile-release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'unnormalized'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'unnormalized'?", "location": {"path": "content/manuals/build/buildkit/dockerfile-release-notes.md", "range": {"start": {"line": 31, "column": 41}}}, "severity": "ERROR"}

Check failure on line 31 in content/manuals/build/buildkit/dockerfile-release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'BuildKit' instead of 'buildkit'. Raw Output: {"message": "[Vale.Terms] Use 'BuildKit' instead of 'buildkit'.", "location": {"path": "content/manuals/build/buildkit/dockerfile-release-notes.md", "range": {"start": {"line": 31, "column": 89}}}, "severity": "ERROR"}
- Fix copying into destination directory when directory is not present with WCOW. [moby/buildkit#5249](https://github.com/moby/buildkit/pull/5249)

Check warning on line 32 in content/manuals/build/buildkit/dockerfile-release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Acronyms] 'WCOW' has no definition. Raw Output: {"message": "[Docker.Acronyms] 'WCOW' has no definition.", "location": {"path": "content/manuals/build/buildkit/dockerfile-release-notes.md", "range": {"start": {"line": 32, "column": 77}}}, "severity": "WARNING"}

Check failure on line 32 in content/manuals/build/buildkit/dockerfile-release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'BuildKit' instead of 'buildkit'. Raw Output: {"message": "[Vale.Terms] Use 'BuildKit' instead of 'buildkit'.", "location": {"path": "content/manuals/build/buildkit/dockerfile-release-notes.md", "range": {"start": {"line": 32, "column": 89}}}, "severity": "ERROR"}

## 1.14.1

{{< release-date date="2025-03-05" >}}

The full release note for this release is available
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.1).

Check failure on line 39 in content/manuals/build/buildkit/dockerfile-release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'BuildKit' instead of 'buildkit'. Raw Output: {"message": "[Vale.Terms] Use 'BuildKit' instead of 'buildkit'.", "location": {"path": "content/manuals/build/buildkit/dockerfile-release-notes.md", "range": {"start": {"line": 39, "column": 37}}}, "severity": "ERROR"}

```dockerfile
# syntax=docker/dockerfile:1.14.1
```

- Normalize platform in image config. [moby/buildkit#5776](https://github.com/moby/buildkit/pull/5776)

## 1.14.0

{{< release-date date="2025-02-19" >}}
Expand Down
Loading