dependabot[bot] opened a new pull request, #30948: URL: https://github.com/apache/beam/pull/30948
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.5+incompatible to 26.0.1+incompatible. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/docker/releases">github.com/docker/docker's releases</a>.</em></p> <blockquote> <h2>v26.0.1</h2> <h2>26.0.1</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A26.0.1">docker/cli, 26.0.1 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A26.0.1">moby/moby, 26.0.1 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v26.0.1/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v26.0.1/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Fix a regression that meant network interface specific <code>--sysctl</code> options prevented container startup. <a href="https://redirect.github.com/moby/moby/pull/47646">moby/moby#47646</a></li> <li>Remove erroneous <code>platform</code> from image <code>config</code> OCI descriptor in <code>docker save</code> output. <a href="https://redirect.github.com/moby/moby/pull/47694">moby/moby#47694</a></li> <li>containerd image store: OCI archives produced by <code>docker save</code> will now have a non-empty <code>mediaType</code> field in <code>index.json</code> <a href="https://redirect.github.com/moby/moby/pull/47701">moby/moby#47701</a></li> <li>Fix a regression that prevented the internal resolver from forwarding requests from IPvlan L3 networks to external resolvers. <a href="https://redirect.github.com/moby/moby/pull/47705">moby/moby#47705</a></li> <li>Prevent the use of external resolvers in IPvlan and Macvlan networks created with no parent interface specified. <a href="https://redirect.github.com/moby/moby/pull/47705">moby/moby#47705</a></li> </ul> <h3>Packaging updates</h3> <ul> <li>Update Go runtime to 1.21.9 <a href="https://redirect.github.com/moby/moby/pull/47671">moby/moby#47671</a>, <a href="https://redirect.github.com/docker/cli/pull/4987">docker/cli#4987</a></li> <li>Update Compose to <a href="https://github.com/docker/compose/releases/tag/v2.26.1">v1.26.1 </a>, <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/1009">docker/docker-ce-packaging#1009</a></li> <li>Update containerd to <a href="https://github.com/containerd/containerd/releases/tag/v1.7.15">v1.7.15</a> (static binaries only) <a href="https://redirect.github.com/moby/moby/pull/47692">moby/moby#47692</a></li> </ul> <h2>v26.0.0</h2> <h2>26.0.0</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A26.0.0">docker/cli, 26.0.0 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A26.0.0">moby/moby, 26.0.0 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v26.0.0/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v26.0.0/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>Security</h3> <p>This release contains a security fix for [CVE-2024-29018], a potential data exfiltration from 'internal' networks via authoritative DNS servers.</p> <h3>New</h3> <ul> <li>Add <code>Subpath</code> field to the <code>VolumeOptions</code> making it possible to mount a subpath of a volume. <a href="https://redirect.github.com/moby/moby/pull/45687">moby/moby#45687</a></li> <li>Add <code>volume-subpath</code> support to the mount flag (<code>--mount type=volume,...,volume-subpath=<subpath></code>). <a href="https://redirect.github.com/docker/cli/pull/4331">docker/cli#4331</a></li> <li>Accept <code>=</code> separators and <code>[ipv6]</code> in compose files for <code>docker stack deploy</code>. <a href="https://redirect.github.com/docker/cli/pull/4860">docker/cli#4860</a></li> <li>rootless: Add support for enabling host loopback by setting the <code>DOCKERD_ROOTLESS_ROOTLESSKIT_DISABLE_HOST_LOOPBACK</code> environment variable to <code>false</code> (defaults to <code>true</code>). This lets containers connect to the host by using IP address <code>10.0.2.2</code>. <a href="https://redirect.github.com/moby/moby/pull/47352">moby/moby#47352</a></li> <li>containerd image store: <code>docker image ls</code> no longer creates duplicates entries for multi-platform images. <a href="https://redirect.github.com/moby/moby/pull/45967">moby/moby#45967</a></li> <li>containerd image store: Send Prometheus metrics. <a href="https://redirect.github.com/moby/moby/pull/47555">moby/moby#47555</a></li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>[CVE-2024-29018]: Do not forward requests to external DNS servers for a container that is only connected to an 'internal' network. Previously, requests were forwarded if the host's DNS server was running on a loopback address, like systemd's 127.0.0.53. <a href="https://redirect.github.com/moby/moby/pull/47589">moby/moby#47589</a></li> <li>Ensure that a generated MAC address is not restored when a container is restarted, but a configured MAC address is preserved. <a href="https://redirect.github.com/moby/moby/pull/47233">moby/moby#47233</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/moby/commit/60b9add796ae6bcd25accbb36dc1394eac973ec9"><code>60b9add</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/47705">#47705</a> from robmry/backport-26.0/47662_ipvlan_l3_dns</li> <li><a href="https://github.com/moby/moby/commit/8ad7f863b3baf05f05a123a140b50415c6496fa9"><code>8ad7f86</code></a> Run ipvlan tests even if 'modprobe ipvlan' fails</li> <li><a href="https://github.com/moby/moby/commit/dc2755273e748e0330527fb560530af456424da5"><code>dc27552</code></a> Stop macvlan with no parent from using ext-dns</li> <li><a href="https://github.com/moby/moby/commit/7b570f00bad249de01eea626bebe3b01012fa79e"><code>7b570f0</code></a> Enable DNS proxying for ipvlan-l3</li> <li><a href="https://github.com/moby/moby/commit/8cdcc4f3c7bfd31c3c4664787c5794e34aa75546"><code>8cdcc4f</code></a> Move dummy DNS server to integration/internal/network</li> <li><a href="https://github.com/moby/moby/commit/ed752f6544fc9892a4b08fec424548e972ab80b3"><code>ed752f6</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/47701">#47701</a> from vvoland/v26.0-47691</li> <li><a href="https://github.com/moby/moby/commit/9db1b6f28ca58f5b901e3e150400ddaea93ac9ae"><code>9db1b6f</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/47702">#47702</a> from vvoland/v26.0-47647</li> <li><a href="https://github.com/moby/moby/commit/62612812474f5a4cc5c67f94b2099e73df9fae64"><code>6261281</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/47700">#47700</a> from vvoland/v26.0-47673</li> <li><a href="https://github.com/moby/moby/commit/90355e51664d1ed323a06cb6d0689a2fbbc52804"><code>90355e5</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/47696">#47696</a> from vvoland/v26.0-47658</li> <li><a href="https://github.com/moby/moby/commit/72615b19dbe7635d99914c044e03debf61fe70ab"><code>72615b1</code></a> github/ci: Check if backport is opened against the expected branch</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v25.0.5...v26.0.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
