This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq
that impacted setups using authorization plugins (AuthZ)
for access control. No other changes are included in this release, and this
release is otherwise identical for users not using AuthZ plugins.
rootless: add Requires=dbus.socket to prevent errors when starting the daemon on a cgroup v2 host with systemd moby/moby#48141
containerd integration: image tag event is now properly emitted when building images with BuildKit moby/moby#48182
CLI: enable shell completion for docker image rm, docker image history, and docker image inspectmoby/moby#5261
CLI: add and improve shell completions for various flags moby/moby#5261
CLI: add OOMScoreAdj to docker service create and docker stackdocker/cli#5274
CLI: add support for DOCKER_CUSTOM_HEADERS environment variable (experimental) docker/cli#5271
CLI: containerd-integration: Fix docker push defaulting the --platform flag to a value of DOCKER_DEFAULT_PLATFORM environment variable on unsupported API versions docker/cli#5248
CLI: fix: context cancellation on login prompt docker/cli#5260
CLI: fix: wait for the container to exit before closing the stream when sending a termination request to the CLI while attached to a container docker/cli#5250
Deprecated
The pkg/rootless/specconv package is deprecated, and will be removed in the next release moby/moby#48185
The pkg/containerfs package is deprecated, and will be removed in the next release moby/moby#48185
The pkg/directory package is deprecated, and will be removed in the next release moby/moby#48185
This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq
that impacted setups using authorization plugins (AuthZ)
for access control. No other changes are included in this release, and this
release is otherwise identical for users not using AuthZ plugins.
rootless: add Requires=dbus.socket to prevent errors when starting the daemon on a cgroup v2 host with systemd moby/moby#48141
containerd integration: image tag event is now properly emitted when building images with BuildKit moby/moby#48182
CLI: enable shell completion for docker image rm, docker image history, and docker image inspectmoby/moby#5261
CLI: add and improve shell completions for various flags moby/moby#5261
CLI: add OOMScoreAdj to docker service create and docker stackdocker/cli#5274
CLI: add support for DOCKER_CUSTOM_HEADERS environment variable (experimental) docker/cli#5271
CLI: containerd-integration: Fix docker push defaulting the --platform flag to a value of DOCKER_DEFAULT_PLATFORM environment variable on unsupported API versions docker/cli#5248
CLI: fix: context cancellation on login prompt docker/cli#5260
CLI: fix: wait for the container to exit before closing the stream when sending a termination request to the CLI while attached to a container docker/cli#5250
Deprecated
The pkg/rootless/specconv package is deprecated, and will be removed in the next release moby/moby#48185
The pkg/containerfs package is deprecated, and will be removed in the next release moby/moby#48185
The pkg/directory package is deprecated, and will be removed in the next release moby/moby#48185
Add MountedFast by @kolyshkin in moby/sys#100
Note: most users should keep using Mounted, which already incorporates all optimizations from MountedFast
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the docker group with 6 updates:
26.1.4+incompatible
27.1.1+incompatible
26.1.4+incompatible
27.1.1+incompatible
26.1.4+incompatible
27.1.1+incompatible
0.7.0
0.7.1
0.5.0
0.6.0
0.1.0
0.2.0
Updates
github.com/docker/cli
from 26.1.4+incompatible to 27.1.1+incompatibleCommits
6312585
Merge pull request #5274 from thaJeztah/27.1_backport_compose_oomc599566
Allow for OomScoreAdjfb19def
Merge pull request #5271 from thaJeztah/27.1_backport_custom_headers_env_varbccd478
Merge pull request #5270 from thaJeztah/27.1_backport_test_spring_cleaning8992378
add support for DOCKER_CUSTOM_HEADERS env-var (experimental)f90273c
Merge pull request #5269 from thaJeztah/27.1_backport_add_macos_apple_siliconca9636a
test spring-cleaningad47d2a
gha: update to macOS 13, add macOS 14 arm64 (Apple Silicon M1)a2a0fb7
Merge pull request #5263 from thaJeztah/27.1_backport_relax_pr_check16d6c90
Merge pull request #5265 from thaJeztah/27.1_backport_bump_buildx_composeUpdates
github.com/docker/docker
from 26.1.4+incompatible to 27.1.1+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
cc13f95
Merge commit from forka21b1a2
Merge pull request #48196 from thaJeztah/27.1_backport_vendor_containerd_1.7.201bc907c
vendor: github.com/containerd/containerd v1.7.204bb4575
Merge pull request #48191 from thaJeztah/27.1_backport_update_containerd_bina...df7f275
Merge pull request #48195 from thaJeztah/27.1_backport_fix_pr_title_check1c0885d
gha: check-pr-branch: fix branch check regressionfb3ec9f
Merge pull request #48187 from thaJeztah/27.1_backport_bump_buildx_composeed83a9e
update containerd binary to v1.7.2071b59bf
Merge pull request #48178 from thaJeztah/27.1_backport_relax_pr_checkf8f926b
Merge pull request #48185 from thaJeztah/27.1_backport_internalize_pkg_directoryUpdates
github.com/moby/moby
from 26.1.4+incompatible to 27.1.1+incompatibleRelease notes
Sourced from github.com/moby/moby's releases.
... (truncated)
Commits
cc13f95
Merge commit from forka21b1a2
Merge pull request #48196 from thaJeztah/27.1_backport_vendor_containerd_1.7.201bc907c
vendor: github.com/containerd/containerd v1.7.204bb4575
Merge pull request #48191 from thaJeztah/27.1_backport_update_containerd_bina...df7f275
Merge pull request #48195 from thaJeztah/27.1_backport_fix_pr_title_check1c0885d
gha: check-pr-branch: fix branch check regressionfb3ec9f
Merge pull request #48187 from thaJeztah/27.1_backport_bump_buildx_composeed83a9e
update containerd binary to v1.7.2071b59bf
Merge pull request #48178 from thaJeztah/27.1_backport_relax_pr_checkf8f926b
Merge pull request #48185 from thaJeztah/27.1_backport_internalize_pkg_directoryUpdates
github.com/moby/sys/signal
from 0.7.0 to 0.7.1Release notes
Sourced from github.com/moby/sys/signal's releases.
Commits
cafbe42
Merge pull request #138 from thaJeztah/fix_symlink_docs41a565e
symlink: touch-up documentation35f6c4e
Merge pull request #137 from thaJeztah/refresh_ci057bd48
ci/gha: drop Go 1.20, add Go 1.222a29ebe
ci/gha: add macos-14 (m1, arm64)83479f0
ci/gha: add ubuntu-24.04 (current LTS)05d90a3
mountinfo: rm unneeded errorlint annotation9c5e9e2
Makefile: bump golangci-lint to v1.59.12152420
ci/gha: bump actions/checkout to v42ca03f0
ci/gha: bump actions/setup-go to v5Updates
github.com/moby/sys/sequential
from 0.5.0 to 0.6.0Release notes
Sourced from github.com/moby/sys/sequential's releases.
Commits
03b9f8d
Merge pull request #94 from thaJeztah/bump_mountinfobdd898e
mount: update github.com/moby/sys/mountinfo v0.5.0fbd276c
Merge pull request #93 from kolyshkin/ci-f35afb7f50
Merge pull request #92 from kolyshkin/more-linters9372d68
ci: bump Fedora to 359a90d6d
Format code with gofumpt, enable linter85e4bfd
Makefile: update golangci-lint to 1.43.0f0fb439
.gitattributes: addb016007
ci: add unconvert and errorlint linters to golanci6056970
Fix errorlint warningsUpdates
github.com/moby/sys/user
from 0.1.0 to 0.2.0Release notes
Sourced from github.com/moby/sys/user's releases.
... (truncated)
Commits
86870e7
Merge pull request #140 from thaJeztah/integrate_libcontainer_userns5cd502c
user: require go1.21 or highera40602b
user/userns: add godoc for packagebc3a8a5
libct/userns: implement RunningInUserNS with sync.OnceValuebc0de32
libct/userns: make fuzzer Linux-only, and remove stub for uidMapInUserNS333fe31
libct/userns: change RunningInUserNS to a wrapper instead of an aliasbb72464
remove pre-go1.17 build-tags87e38c8
libcontainer/userns: simplify, and separate from "user" package.b19e084
*: add go-1.17+ go:build tagsdb243e2
*: rm redundant linux build tagDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show