containerd image store: Fix an issue where multi-platform images that did not include a manifest for the default platform could not be interacted with. moby/moby#45849
containerd image store: Fix specious attempts to cache FROM scratch in container builds. moby/moby#45822
containerd image store: Fix docker cp with snapshotters that cannot mount the same content multiple times. moby/moby#45780, moby/moby#45786
containerd image store: Fix builds with type=image not being correctly unpacked/stored. moby/moby#45692
containerd image store: Fix incorrectly attempting to unpack pseudo-images (including attestations) in docker load. moby/moby#45688
containerd image store: Correctly set the user agent, and include additional information like the snapshotter when interacting with registries. moby/moby#45671, moby/moby#45684
containerd image store: Fix a failure to unpack already-pulled content after switching between snapshotters. moby/moby#45678
containerd image store: Fix images that have been re-tagged or with all tags removed being pruned while still in use. moby/moby#45857
Fix a Swarm CSI issue where the Topology field was not propagated into NodeCSIInfo. moby/moby#45810
Fix an issue where POST /containers/{id}/stop would forcefully terminate the container when the request was canceled, instead of waiting until the specified timeout for a 'graceful' stop. moby/moby#45774
Fix an issue where docker cp -a from the root (/) directory would fail. moby/moby#45748
Improve compatibility with non-runc container runtimes by more correctly setting resource constraint parameters in the OCI config. moby/moby#45746
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps github.com/docker/docker from 23.0.4+incompatible to 24.0.4+incompatible.
Release notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
4ffc614
Merge pull request #45903 from thaJeztah/24.0_backport_fix_volume_nped3893b5
daemon: daemon.prepareMountPoints(): fix panic if mount is not a volume1d9c861
Merge pull request #45860 from thaJeztah/24.0_backport_update_cgroups64f7956
Merge pull request #45869 from thaJeztah/24.0_backport_docs_plugin_disable_fo...05cf8e8
Merge pull request #45867 from thaJeztah/24.0_backport_api_remove_deprecated_...5892aae
docs: api v1.28 - v1.40: add missing "force" query arg on plugin disable7adb590
docs: api v1.41: add missing "force" query arg on plugin disableb5aacf8
docs: api v1.42: add missing "force" query arg on plugin disableb732cfd
docs: api v1.43: add missing "force" query arg on plugin disable50fb65f
docs: api: amend changelog for API 1.28 for "force" optionYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)