-
Notifications
You must be signed in to change notification settings - Fork 7.6k
engine: v28.1.0 #22438
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: v28.1.0 #22438
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
70f7753
to
5bd4998
Compare
@aevesdocker PTAL |
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
full diff: moby/moby@v28.0.2...v28.1.0-rc.2 Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
full diff: docker/cli@v28.0.4...v28.1.0-rc.2 Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
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.
Thank you @vvoland! LGTM
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
- Fix `docker images --tree` not including non-container images content size in the total image content size. [docker/cli#6000](https://github.com/docker/cli/pull/6000) | ||
- Fix `docker load` not preserving replaced images. [moby/moby#49650](https://github.com/moby/moby/pull/49650) | ||
- Fix `docker stats` not working properly on machines with high CPU core count. [moby/moby#49734](https://github.com/moby/moby/pull/49734) | ||
- Fix a regression causing `docker pull/push` to fail when interacting with a private repository. [docker/cli#5964](https://github.com/docker/cli/pull/5964) | ||
- Fix an issue preventing rootless Docker setup on a host with no `ip_tables` kernel module. [moby/moby#49727](https://github.com/moby/moby/pull/49727) | ||
- Fix an issue that could lead to unwanted iptables rules being restored and never deleted following a firewalld reload. [moby/moby#49728](https://github.com/moby/moby/pull/49728) | ||
- Fix login hints when logging into a custom registry. [docker/cli#6015](https://github.com/docker/cli/pull/6015) |
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.
- Fix login hints when logging into a custom registry. [docker/cli#6015](https://github.com/docker/cli/pull/6015) | |
- Fix sign-in hints when signing in to a custom registry. [docker/cli#6015](https://github.com/docker/cli/pull/6015) |
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.
In this case it's during docker login
, so perhaps the login
term makes more sense here?
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.
Ah, yes. True 👍
Address a review 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.
Thanks! Overall looks good; left a couple of suggestions; I updated the related PRs for that as well.
Some things to do (in a follow-up);
- Update the "install" section to include the new distros
- (And we probably need to remove some that reached EOL, or will soon reach EOL)
# github.com/docker/cli v28.0.4+incompatible | ||
# github.com/docker/cli v28.1.0-rc.2+incompatible |
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.
These probably need a final revendor after it's tagged.
- Add Debian "Trixie" packages. [docker/docker-ce-packaging#1181](https://github.com/docker/docker-ce-packaging/pull/1181) | ||
- Add Fedora 42 packages. [docker/containerd-packaging#418](https://github.com/docker/containerd-packaging/pull/418), [docker/docker-ce-packaging#1169](https://github.com/docker/docker-ce-packaging/pull/1169) | ||
- Add Ubuntu "Plucky Puffin" packages. [docker/containerd-packaging#419](https://github.com/docker/containerd-packaging/pull/419), [docker/docker-ce-packaging#1177](https://github.com/docker/docker-ce-packaging/pull/1177) | ||
- Update BuildKit to [v0.21.0](https://github.com/moby/buildkit/releases/tag/v0.21.0). [moby/moby#49809](https://github.com/moby/moby/pull/49809) |
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.
I don't think we did so before, but we should at some point consider to also mention the Dockerfile syntax version we updated to (as it also had some updates).
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.
Not sure - it's a part of BuildKit and we link to BuildKit release notes which mention it.
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Updated with Sebastiaan suggestions (thanks for editing the PRs directly!) |
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. @thaJeztah Will do a follow-up PR for the install section updates
Description
Related issues or tickets
Reviews