build(deps): bump github.com/docker/docker from 26.1.4+incompatible to 27.0.0+incompatible
Bumps github.com/docker/docker from 26.1.4+incompatible to 27.0.0+incompatible.
Release notes
Sourced from github.com/docker/docker's releases.
v27.0.0-rc.1
27.0.0-rc.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 27.0.0 milestone
- moby/moby, 27.0.0 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
New
- Add support to
docker stack deployfordriver_optsin a service's networks. docker/cli#5125- containerd image store: Add
--platformflag todocker image pushand improve the default behavior when not all platforms of the multi-platform image are available locally. docker/cli#4984, moby/moby#47679Bug fixes and enhancements
- Fix a bug causing the docker CLI to leak UNIX sockets in
$TMPDIRin some cases. docker/cli#5146- Don't ignore a custom seccomp profile when used in conjunction with
--privilegedmoby/moby#47500- rootless: overlay2: support native overlay diff when using rootless-mode in kernel 5.11 and above moby/moby#47605
- Fix the
StartIntervaldefault value of healthcheck to reflect the documented value of 5s. moby/moby#47799- Allow sysctls to be set per-interface during container creation and network connection. moby/moby#47686
- A ULA base prefix is automatically added to
default-address-poolsif this parameter wasn't manually configured, or if it contains no IPv6 prefixes. This ULA prefix is derived from the Engine host ID such that it's unique across hosts and over time. moby/moby#47853- Enable
ip6tablesby default, it is no longer--experimental. moby/moby#47747- Introduce a new subnet allocator that can deal with IPv6 address pools of any size moby/moby#47768
- For IPv6-enabled bridge networks, do not attempt to replace the bridge's kernel-assigned link local address with
fe80::1. moby/moby#47787- Fix
docker saveanddocker loadnot ending on the daemon side when the operation was cancelled (eg. Ctrl+C) moby/moby#47629- Container's
StartedAtproperty is now recorded before container startup, guaranteeing that theFinishedAtis always beforeStartedAt. moby/moby#47003- Run an internal resolver on the default bridge network to forward DNS requests to external resolvers, even if they are on localhost addresses, or IPv6 addresses when the default bridge does not have IPv6 connectivity. To preserve existing behavior, the internal resolver on the default bridge will not resolve container names, unlike the resolver on user-defined networks. Do not use Google's DNS servers as a fallback when no external DNS servers are supplied in configuration via
--dnsor available from the host'sresolv.conf. moby/moby#47602- If firewalld is running on the host, create policy
docker-forwardingto allow forwarding from any zone to thedockerzone. This makes it possible to configure a bridge network with a routable IPv6 address, and no masquerading. moby/moby#47745- IPv6 can now be enabled by default on all custom networks using
dockerd --default-network-opt=bridge=com.docker.network.enable_ipv6=true(and the matching json option). moby/moby#47867- The internal DNS resolver used by Windows containers on Windows will now forward requests to external DNS servers by-default, this enables
nslookupto resolve external hostnames. This behaviour can be disabled viadaemon.json, using"features": { "windows-dns-proxy": false }, the feature flag will be removed in a future release. moby/moby#47826- Document the use of
driver-optin the CLI for setting per-interface sysctls. docker/cli#4994- Print a warning when the CLI does not have permissions to read the configuration file. docker/cli#5077
API
- containerd image store:
POST /images/{name}/pushnow supports aplatformparameter (JSON encoded OCI Platform type) that allows selecting a specific platform-manifest from the multi-platform image. This is experimental and may change in future API versions. moby/moby#47679ContainerListapi returns container annotations. moby/moby#47866- Deprecate the daemon flag
--api-cors-headerand the corresponding daemon.json config param. These will be removed in the next major release. moby/moby#45313- Client API callback functions
client.RequestPrivilegeFunc,client.ImageSearchOptions.AcceptPermissionsFuncandimage.ImportOptions.PrivilegeFuncnow require a context parameter. moby/moby#47536- Remove deprecated
ImageImportOptions,ImageCreateOptions,ImagePullOptions,ImagePushOptions,ImageListOptions,ImageRemoveOptionsaliases for Image types. moby/moby#47900- Move
ExecConfig,ContainerExecInspect,ContainersPruneReport,ContainerPathStat,CopyToContainerOptions,ExecStartCheckandContainerStatsto api/types/container;ImagesPruneReport,ImageImportSourceandImageLoadResponseto api/types/image;ExecStartOptionsto api/types/backend;VolumesPruneReportto api/types/volume;EventsOptionsto api/types/events;ImageSearchOptionsto api/types/registry. moby/moby#47936- Deprecate non-standard (config) fields in image inspect output. The
Configfield returned by this endpoint (used for "image inspect") returned additional fields that are not part of the image's configuration and not part of the [Docker Image Spec] and the [OCI Image Spec]. These fields are never set (and always return the default value for the type), but are not omitted in the response when left empty. As these fields were not intended to be part of the image configuration response, they are deprecated, and will be removed in the future API versions. The following fields are currently included in the API response, but are not part of the underlying image's Config, and deprecated:
Hostname
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
--
I pushed a fix in commit <commit_id>, please review it.--Generate unit testing code for this file.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples: --@coderabbitai generate unit testing code for this file.--@coderabbitai modularize this function. - PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: --@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.--@coderabbitai read src/utils.ts and generate unit testing code.--@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.--@coderabbitai help me debug CodeRabbit configuration file.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
A newer version of github.com/docker/docker exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
Needs to be tested
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.