Skip to content

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

Merged
merged 9 commits into from
Apr 17, 2025
Merged

engine: v28.1.0 #22438

merged 9 commits into from
Apr 17, 2025

Conversation

vvoland
Copy link
Contributor

@vvoland vvoland commented Apr 16, 2025

Description

Related issues or tickets

Reviews

  • Technical review
  • Editorial review
  • Product review

@github-actions github-actions bot added area/engine Issue affects Docker engine/daemon area/api Relates to Docker API docs hugo Updates related to hugo dependencies Vendoring, packaging updates area/config labels Apr 16, 2025
Copy link

netlify bot commented Apr 16, 2025

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit a62ed8c
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/6800eab165623c000802dced
😎 Deploy Preview https://deploy-preview-22438--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@vvoland
Copy link
Contributor Author

vvoland commented Apr 16, 2025

@aevesdocker PTAL

vvoland added 4 commits April 16, 2025 17:30
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>
@github-actions github-actions bot added the area/cli Relates to the CLI client label Apr 16, 2025
aevesdocker
aevesdocker previously approved these changes Apr 17, 2025
Copy link
Contributor

@aevesdocker aevesdocker left a 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)
Copy link
Contributor

@aevesdocker aevesdocker Apr 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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)

Copy link
Contributor Author

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yes. True 👍

aevesdocker
aevesdocker previously approved these changes Apr 17, 2025
@usha-mandya usha-mandya marked this pull request as ready for review April 17, 2025 10:52
Copy link
Member

@thaJeztah thaJeztah left a 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
Copy link
Member

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)
Copy link
Member

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).

Copy link
Contributor Author

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>
@vvoland
Copy link
Contributor Author

vvoland commented Apr 17, 2025

Updated with Sebastiaan suggestions (thanks for editing the PRs directly!)

Copy link
Member

@usha-mandya usha-mandya left a 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

@usha-mandya usha-mandya merged commit a86ab99 into docker:main Apr 17, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api Relates to Docker API docs area/cli Relates to the CLI client area/config area/engine Issue affects Docker engine/daemon area/tests dependencies Vendoring, packaging updates hugo Updates related to hugo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants