-
Notifications
You must be signed in to change notification settings - Fork 8.1k
engine: 28.2.0 #22660
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
engine: 28.2.0 #22660
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
cdaffb5 to
c53b0c3
Compare
1201ff1 to
058bdbc
Compare
|
Thanks! |
| - Add support for relative parent paths (`../`) on bind mount sources when using `docker run/create` with `-v/--volume` or `--mount type=bind` options. [docker/cli#4966](https://github.com/docker/cli/pull/4966) | ||
| - CDI is now enabled by default. [moby/moby#49963](https://github.com/moby/moby/pull/49963) | ||
| - Show discovered CDI devices in `docker info`. [docker/cli#6078](https://github.com/docker/cli/pull/6078) | ||
| - Windows: Initial BuildKit support (opt-in with `DOCKER_BUILDKIT=1`). [moby/moby#49740](https://github.com/moby/moby/pull/49740) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering if this needs some additional wording around it being
- For windows images (although I guess that confusion would only be when users run Docker Desktop, so maybe redundant).
- "work in progress"
- requires the containerd image store (I ... think?)
- requires a manual installation of containerd as runtime
(Suggestions welcome! Just me thinking out loud)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
containerd image store: Initial BuildKit support for building Windows container images on Windows (requires an opt-in with `DOCKER_BUILDKIT=1`).
WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me!
Perhaps we should discuss with @colinhemmings as well to see if these are things we want to amplify (blog-post with more details). Although the experience is still quite manual (having to install containerd yourself etc).
73cfc52 to
983f428
Compare
thaJeztah
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
|
@aevesdocker @usha-mandya this one can be merged as the release is already out |
thaJeztah
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Related issues or tickets
Reviews