dependabot[bot] opened a new pull request, #35112:
URL: https://github.com/apache/beam/pull/35112

   Bumps [github.com/docker/docker](https://github.com/docker/docker) from 
28.0.4+incompatible to 28.2.2+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>28.2.2</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%3A28.2.2";>docker/cli,
 28.2.2 milestone</a></li>
   <li><a 
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.2.2";>moby/moby,
 28.2.2 milestone</a></li>
   </ul>
   <h3>Bug fixes and enhancements</h3>
   <ul>
   <li>containerd image store: Fix a regression causing <code>docker build 
--push</code> to fail. This reverts <a 
href="https://redirect.github.com/moby/moby/pull/49702";>the fix</a> for 
<code>docker build</code> not persisting overridden images as dangling. <a 
href="https://redirect.github.com/moby/moby/pull/50105";>moby/moby#50105</a></li>
   </ul>
   <h3>Networking</h3>
   <ul>
   <li>When creating the iptables <code>DOCKER-USER</code> chain, do not add an 
explicit <code>RETURN</code> rule, allowing users to append as well as insert 
their own rules. Existing rules are not removed on upgrade, but it won't be 
replaced after a reboot. <a 
href="https://redirect.github.com/moby/moby/pull/50098";>moby/moby#50098</a></li>
   </ul>
   <h2>28.2.1</h2>
   <h2>Packaging updates</h2>
   <ul>
   <li>Fix packaging regression in <a 
href="https://github.com/moby/moby/releases/tag/v28.2.0";>v28.2.0</a> which 
broke creating the <code>docker</code> group/user on fresh installations. <a 
href="https://redirect.github.com/docker/docker-ce-packaging/issues/1209";>docker-ce-packaging#1209</a></li>
   </ul>
   <h2>28.2.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%3A28.2.0";>docker/cli,
 28.2.0 milestone</a></li>
   <li><a 
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.2.0";>moby/moby,
 28.2.0 milestone</a></li>
   <li>Deprecated and removed features, see <a 
href="https://github.com/docker/cli/blob/v28.2.0/docs/deprecated.md";>Deprecated 
Features</a>.</li>
   <li>Changes to the Engine API, see <a 
href="https://github.com/moby/moby/blob/v28.2.0/docs/api/version-history.md";>API
 version history</a>.</li>
   </ul>
   <blockquote>
   <p>[!NOTE]
   RHEL packages are currently not available and will be released later.</p>
   </blockquote>
   <h3>New</h3>
   <ul>
   <li>Add <code>{{.Platform}}</code> as formatting option for <code>docker 
ps</code> to show the platform of the image the container is running. <a 
href="https://redirect.github.com/docker/cli/pull/6042";>docker/cli#6042</a></li>
   <li>Add support for relative parent paths (<code>../</code>) on bind mount 
sources when using <code>docker run/create</code> with <code>-v/--volume</code> 
or <code>--mount type=bind</code> options. <a 
href="https://redirect.github.com/docker/cli/pull/4966";>docker/cli#4966</a></li>
   <li>CDI is now enabled by default. <a 
href="https://redirect.github.com/moby/moby/pull/49963";>moby/moby#49963</a></li>
   <li>Show discovered CDI devices in <code>docker info</code>. <a 
href="https://redirect.github.com/docker/cli/pull/6078";>docker/cli#6078</a></li>
   <li><code>docker image rm</code>: add <code>--platform</code> option to 
remove a variant from multi-platform images. <a 
href="https://redirect.github.com/docker/cli/pull/6109";>docker/cli#6109</a></li>
   <li>containerd image store: Initial BuildKit support for building Windows 
container images on Windows (requires an opt-in with 
<code>DOCKER_BUILDKIT=1</code>). <a 
href="https://redirect.github.com/moby/moby/pull/49740";>moby/moby#49740</a></li>
   </ul>
   <h3>Bug fixes and enhancements</h3>
   <ul>
   <li>Add a new log option for fluentd log driver 
(<code>fluentd-write-timeout</code>), which enables specifying write timeouts 
for fluentd connections. <a 
href="https://redirect.github.com/moby/moby/pull/49911";>moby/moby#49911</a></li>
   <li>Add support for <code>DOCKER_AUTH_CONFIG</code> for the experimental 
<code>--use-api-socket</code> option. <a 
href="https://redirect.github.com/docker/cli/pull/6019";>docker/cli#6019</a></li>
   <li>Fix <code>docker exec</code> waiting for 10 seconds if a non-existing 
user or group was specified. <a 
href="https://redirect.github.com/moby/moby/pull/49868";>moby/moby#49868</a></li>
   <li>Fix <code>docker swarm init</code> ignoring <code>cacert</code> option 
of <code>--external-ca</code>. <a 
href="https://redirect.github.com/docker/cli/pull/5995";>docker/cli#5995</a></li>
   <li>Fix an issue where the CLI would not correctly save the configuration 
file (<code>~/.docker/config.json</code>) if it was a relative symbolic link. 
<a 
href="https://redirect.github.com/docker/cli/pull/5282";>docker/cli#5282</a></li>
   <li>Fix containers with <code>--restart always</code> policy using CDI 
devices failing to start on daemon restart. <a 
href="https://redirect.github.com/moby/moby/pull/49990";>moby/moby#49990</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/45873be4ae3f5488c9498b3d9f17deaddaf609f4";><code>45873be</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/50105";>#50105</a> from 
jsternberg/revert-build-dangling</li>
   <li><a 
href="https://github.com/moby/moby/commit/7994426e6126229d4218703bb37ca0bf380007f9";><code>7994426</code></a>
 Revert &quot;containerd: images overridden by a build are kept 
dangling&quot;</li>
   <li><a 
href="https://github.com/moby/moby/commit/f144264bae57b134b73afa966a1136a0fd7ed572";><code>f144264</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/50090";>#50090</a> from 
corhere/libn/overlay-netip</li>
   <li><a 
href="https://github.com/moby/moby/commit/768cfaeb623ccd55194d649c983ea0fecd5a91c8";><code>768cfae</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/50050";>#50050</a> from 
robmry/nftables_internal_dns</li>
   <li><a 
href="https://github.com/moby/moby/commit/d3289dda4bd9339a053abc33ed0912a00a56ce4d";><code>d3289dd</code></a>
 Add nftables NAT rules for internal DNS resolver</li>
   <li><a 
href="https://github.com/moby/moby/commit/7a0bf747f5c25da0794e42d5f9e5a40db5a7786e";><code>7a0bf74</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/50038";>#50038</a> from 
ctalledo/fix-for-50037</li>
   <li><a 
href="https://github.com/moby/moby/commit/b43afbf898c0f7fde9c500b5867256974dd24ac6";><code>b43afbf</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/50098";>#50098</a> from 
robmry/remove_docker-user_return_rule</li>
   <li><a 
href="https://github.com/moby/moby/commit/c299ba3b38e1c79e5f13ca04d9804d384bc80f57";><code>c299ba3</code></a>
 Update worker.Platforms() in builder-next worker.</li>
   <li><a 
href="https://github.com/moby/moby/commit/0e2cc22d36ae3013f83863c8da2e1b808f25e78e";><code>0e2cc22</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/50049";>#50049</a> from 
robmry/nftables_env_var_enable</li>
   <li><a 
href="https://github.com/moby/moby/commit/e37efd4c2d4758c53fedefb9c3ec9235d1e71490";><code>e37efd4</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/50068";>#50068</a> from 
mmorel-35/github.com/containerd/errdefs</li>
   <li>Additional commits viewable in <a 
href="https://github.com/docker/docker/compare/v28.0.4...v28.2.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=28.0.4+incompatible&new-version=28.2.2+incompatible)](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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to