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

   Bumps [github.com/docker/docker](https://github.com/docker/docker) from 
28.0.4+incompatible to 28.2.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>28.2.1</h2>
   <h1>Packaging updates</h1>
   <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 a 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>
   <li>Fix shell-completion to only complete some flags once, even though they 
can be set multiple times. <a 
href="https://redirect.github.com/docker/cli/pull/6030";>docker/cli#6030</a></li>
   <li>Fix the <code>plugin does not implement PluginAddr interface</code> 
error for Swarm CSI drivers. <a 
href="https://redirect.github.com/moby/moby/pull/49961";>moby/moby#49961</a></li>
   <li>Improve <code>docker login</code> error messages for invalid options. <a 
href="https://redirect.github.com/docker/cli/pull/6036";>docker/cli#6036</a></li>
   <li>Make sure the terminal state is restored if the CLI is forcefully 
terminated. <a 
href="https://redirect.github.com/docker/cli/pull/6058";>docker/cli#6058</a></li>
   <li>Update the default seccomp profile to match the libseccomp v2.6.0. The 
new syscalls are: <code>listmount</code>, <code>statmount</code>, 
<code>lsm_get_self_attr</code>, <code>lsm_list_modules</code>, 
<code>lsm_set_self_attr</code>, <code>mseal</code>, <code>uretprobe</code>, 
<code>riscv_hwprobe</code>, <code>getxattrat</code>, <code>listxattrat</code>, 
<code>removexattrat</code>, and <code>setxattrat</code>. This prevents 
containers from receiving EPERM errors when using them. <a 
href="https://redirect.github.com/moby/moby/pull/50077";>moby/moby#50077</a></li>
   <li><code>docker inspect</code>: add shell completion, improve 
flag-description for <code>--type</code> and improve validation. <a 
href="https://redirect.github.com/docker/cli/pull/6052";>docker/cli#6052</a></li>
   <li>containerd image store: Enable BuildKit garbage collector by default. <a 
href="https://redirect.github.com/moby/moby/pull/49899";>moby/moby#49899</a></li>
   <li>containerd image store: Fix <code>docker build</code> not persisting 
overridden images as dangling. <a 
href="https://redirect.github.com/moby/moby/pull/49702";>moby/moby#49702</a></li>
   <li>containerd image store: Fix <code>docker system df</code> reporting a 
negative reclaimable space amount. <a 
href="https://redirect.github.com/moby/moby/pull/49707";>moby/moby#49707</a></li>
   <li>containerd image store: Fix duplicate <code>PUT</code> requests when 
pushing a multi-platform image. <a 
href="https://redirect.github.com/moby/moby/pull/49949";>moby/moby#49949</a></li>
   </ul>
   <h3>Packaging updates</h3>
   <ul>
   <li>Drop Ubuntu 20.04 &quot;Focal&quot; packages as it reached end of life. 
<a 
href="https://redirect.github.com/docker/docker-ce-packaging/pull/1200";>docker/docker-ce-packaging#1200</a></li>
   <li>Fix install location for RPM-based <code>docker-ce</code> man-pages. <a 
href="https://redirect.github.com/docker/docker-ce-packaging/pull/1203";>docker/docker-ce-packaging#1203</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/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><a 
href="https://github.com/moby/moby/commit/1d6b471ce28910829fc30f0c142287764337ddf9";><code>1d6b471</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/50092";>#50092</a> from 
thaJeztah/bump_dev_cli</li>
   <li><a 
href="https://github.com/moby/moby/commit/5cc94a552df0859d1203eb1394dada3b5d900ef8";><code>5cc94a5</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/50094";>#50094</a> from 
thaJeztah/rm_non_compliant_registry_fallback</li>
   <li><a 
href="https://github.com/moby/moby/commit/8330a083d5f65472d5b5f5eb1f5465a5d37ad09f";><code>8330a08</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/50097";>#50097</a> from 
vvoland/seccomp-lsm</li>
   <li><a 
href="https://github.com/moby/moby/commit/148a19b6d674f20b6d6159391ce156cb8bd1ed27";><code>148a19b</code></a>
 seccomp: Require CAP_SYS_ADMIN for lsm_* syscalls</li>
   <li><a 
href="https://github.com/moby/moby/commit/0ab8108b57dfafeb0d2aa4db8a5bb72f23e0a83b";><code>0ab8108</code></a>
 seccomp: Fix typo in lsm_set_self_attr</li>
   <li><a 
href="https://github.com/moby/moby/commit/21a165de23de41b6373f08dfb86bc9bc2b430c78";><code>21a165d</code></a>
 Use env-var DOCKER_FIREWALL_BACKEND=nftables to enable nftables</li>
   <li><a 
href="https://github.com/moby/moby/commit/637e8142ce54d2decdcd3b788d59e818677aee37";><code>637e814</code></a>
 clean up golangci-lint config for deprectated errdefs.*</li>
   <li><a 
href="https://github.com/moby/moby/commit/37caf3881afd53f45b3f2c5986288228f75e05a6";><code>37caf38</code></a>
 volume: replace uses of errdefs package</li>
   <li>Additional commits viewable in <a 
href="https://github.com/docker/docker/compare/v28.0.4...v28.2.1";>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.1+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