Skip to content

Commit e86200a

Browse files
authored
Apply suggestions from code review
1 parent 60d37e1 commit e86200a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/manuals/build/buildkit/dockerfile-release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ The full release note for this release is available
2525
```
2626

2727
- `COPY --chmod` now allows non-octal values. This feature was previously in the labs channel and is now available in the main release. [moby/buildkit#5734](https://github.com/moby/buildkit/pull/5734)
28-
- Fix handling of "os.version" platform property if one is set by the base image [moby/buildkit#5714](https://github.com/moby/buildkit/pull/5714)
29-
- Fix errors where a named context metadata could be resolved even if it was not reachable by the current build configuration, leading to build error [moby/buildkit#5688](https://github.com/moby/buildkit/pull/5688)
28+
- Fix handling of OSVersion platform property if one is set by the base image [moby/buildkit#5714](https://github.com/moby/buildkit/pull/5714)
29+
- Fix errors where a named context metadata could be resolved even if it was not reachable by the current build configuration, leading to build errors [moby/buildkit#5688](https://github.com/moby/buildkit/pull/5688)
3030

3131
## 1.14.0-labs
3232

@@ -39,7 +39,7 @@ The full release note for this release is available
3939
# syntax=docker.io/docker/dockerfile-upstream:1.14.0-labs
4040
```
4141

42-
- New `RUN --device=name,[required]` flag allows build to request CDI devices to be available to the build step. Requires BuildKit v0.20.0+ [moby/buildkit#4056](https://github.com/moby/buildkit/pull/4056), [moby/buildkit#5738](https://github.com/moby/buildkit/pull/5738)
42+
- New `RUN --device=name,[required]` flag lets builds request CDI devices are available to the build step. Requires BuildKit v0.20.0+ [moby/buildkit#4056](https://github.com/moby/buildkit/pull/4056), [moby/buildkit#5738](https://github.com/moby/buildkit/pull/5738)
4343

4444
## 1.13.0
4545

0 commit comments

Comments
 (0)