Skip to content

Commit

Permalink
Bump github.com/docker/docker from 24.0.2+incompatible to 24.0.4+inco…
Browse files Browse the repository at this point in the history
…mpatible (#769)

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.2+incompatible to 24.0.4+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>v24.0.4</h2>
<h2>24.0.4</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%3A24.0.4">docker/cli, 24.0.4 milestone</a></li>
<li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.4">moby/moby, 24.0.4 milestone</a></li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>Fix a regression introduced during 24.0.3 that causes a panic during live-restore of containers with bind mounts. <a href="https://redirect.github.com/moby/moby/pull/45903">moby/moby#45903</a></li>
</ul>
<h2>v24.0.3</h2>
<h2>24.0.3</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%3A24.0.3">docker/cli, 24.0.3 milestone</a></li>
<li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.3">moby/moby, 24.0.3 milestone</a></li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>containerd image store: Fix an issue where multi-platform images that did not include a manifest for the default platform could not be interacted with. <a href="https://redirect.github.com/moby/moby/pull/45849">moby/moby#45849</a></li>
<li>containerd image store: Fix specious attempts to cache <code>FROM scratch</code> in container builds. <a href="https://redirect.github.com/moby/moby/pull/45822">moby/moby#45822</a></li>
<li>containerd image store: Fix <code>docker cp</code> with snapshotters that cannot mount the same content multiple times. <a href="https://redirect.github.com/moby/moby/pull/45780">moby/moby#45780</a>, <a href="https://redirect.github.com/moby/moby/pull/45786">moby/moby#45786</a></li>
<li>containerd image store: Fix builds with <code>type=image</code> not being correctly unpacked/stored. <a href="https://redirect.github.com/moby/moby/pull/45692">moby/moby#45692</a></li>
<li>containerd image store: Fix incorrectly attempting to unpack pseudo-images (including attestations) in <code>docker load</code>. <a href="https://redirect.github.com/moby/moby/pull/45688">moby/moby#45688</a></li>
<li>containerd image store: Correctly set the user agent, and include additional information like the snapshotter when interacting with registries. <a href="https://redirect.github.com/moby/moby/pull/45671">moby/moby#45671</a>, <a href="https://redirect.github.com/moby/moby/pull/45684">moby/moby#45684</a></li>
<li>containerd image store: Fix a failure to unpack already-pulled content after switching between snapshotters. <a href="https://redirect.github.com/moby/moby/pull/45678">moby/moby#45678</a></li>
<li>containerd image store: Fix images that have been re-tagged or with all tags removed being pruned while still in use. <a href="https://redirect.github.com/moby/moby/pull/45857">moby/moby#45857</a></li>
<li>Fix a Swarm CSI issue where the Topology field was not propagated into NodeCSIInfo. <a href="https://redirect.github.com/moby/moby/pull/45810">moby/moby#45810</a></li>
<li>Fix failures to add new Swarm managers caused by a very large raft log. <a href="https://redirect.github.com/moby/moby/pull/45703">moby/moby#45703</a>, <a href="https://redirect.github.com/moby/swarmkit/pull/3122">moby/swarmkit#3122</a>, <a href="https://redirect.github.com/moby/swarmkit/pull/3128">moby/swarmkit#3128</a></li>
<li><code>name_to_handle_at(2)</code> is now always allowed in the default seccomp profile. <a href="https://redirect.github.com/moby/moby/pull/45833">moby/moby#45833</a></li>
<li>Fix an issue that prevented encrypted Swarm overlay networks from working on ports other than the default (4789). <a href="https://redirect.github.com/moby/moby/pull/45637">moby/moby#45637</a></li>
<li>Fix a failure to restore mount reference-counts during live-restore. <a href="https://redirect.github.com/moby/moby/pull/45824">moby/moby#45824</a></li>
<li>Fix various networking-related failures during live-restore. <a href="https://redirect.github.com/moby/moby/pull/45658">moby/moby#45658</a>, <a href="https://redirect.github.com/moby/moby/pull/45659">moby/moby#45659</a></li>
<li>Fix running containers restoring with a zero (successful) exit status when the daemon is unexpectedly terminated. <a href="https://redirect.github.com/moby/moby/pull/45801">moby/moby#45801</a></li>
<li>Fix a potential panic while executing healthcheck probes. <a href="https://redirect.github.com/moby/moby/pull/45798">moby/moby#45798</a></li>
<li>Fix a panic caused by a race condition in container exec start. <a href="https://redirect.github.com/moby/moby/pull/45794">moby/moby#45794</a></li>
<li>Fix an exception caused by attaching a terminal to an exec with a non-existant command. <a href="https://redirect.github.com/moby/moby/pull/45643">moby/moby#45643</a></li>
<li>Fix <code>host-gateway</code> with BuildKit by passing the IP as a label (also requires <a href="https://redirect.github.com/docker/buildx/pull/1894">docker/buildx#1894</a>). <a href="https://redirect.github.com/moby/moby/pull/45790">moby/moby#45790</a></li>
<li>Fix an issue where <code>POST /containers/{id}/stop</code> would forcefully terminate the container when the request was canceled, instead of waiting until the specified timeout for a 'graceful' stop. <a href="https://redirect.github.com/moby/moby/pull/45774">moby/moby#45774</a></li>
<li>Fix an issue where <code>docker cp -a</code> from the root (<code>/</code>) directory would fail. <a href="https://redirect.github.com/moby/moby/pull/45748">moby/moby#45748</a></li>
<li>Improve compatibility with non-runc container runtimes by more correctly setting resource constraint parameters in the OCI config. <a href="https://redirect.github.com/moby/moby/pull/45746">moby/moby#45746</a></li>
<li>Fix an issue caused by overlapping subuid/subgid ranges in certain configurations (e.g. LDAP) in rootless mode. <a href="https://redirect.github.com/moby/moby/pull/45747">moby/moby#45747</a>, <a href="https://redirect.github.com/rootless-containers/rootlesskit/pull/369">rootless-containers/rootlesskit#369</a></li>
<li>Greatly reduce CPU and memory usage while populating the Debug section of <code>GET /info</code>. <a href="https://redirect.github.com/moby/moby/pull/45856">moby/moby#45856</a></li>
<li>Fix an issue where debug information was not correctly printed during <code>docker info</code> when only the client is in debug mode. <a href="https://redirect.github.com/docker/cli/pull/4393">docker/cli#4393</a></li>
<li>Fix issues related to hung connections when connecting to hosts over a SSH connection. <a href="https://redirect.github.com/docker/cli/pull/4395">docker/cli#4395</a></li>
</ul>
<h3>Packaging updates</h3>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/moby/moby/commit/4ffc61430bbe6d3d405bdf357b766bf303ff3cc5"><code>4ffc614</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/45903">#45903</a> from thaJeztah/24.0_backport_fix_volume_npe</li>
<li><a href="https://github.com/moby/moby/commit/d3893b58ff9dc2fd1f25e41e6e6766694632787e"><code>d3893b5</code></a> daemon: daemon.prepareMountPoints(): fix panic if mount is not a volume</li>
<li><a href="https://github.com/moby/moby/commit/1d9c8619cded4657af1529779c5771127e8ad0e7"><code>1d9c861</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/45860">#45860</a> from thaJeztah/24.0_backport_update_cgroups</li>
<li><a href="https://github.com/moby/moby/commit/64f79562fb6f00cee512fc613921389b01f32f6f"><code>64f7956</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/45869">#45869</a> from thaJeztah/24.0_backport_docs_plugin_disable_fo...</li>
<li><a href="https://github.com/moby/moby/commit/05cf8e8130d50a7d538d0439d6331df9f0154166"><code>05cf8e8</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/45867">#45867</a> from thaJeztah/24.0_backport_api_remove_deprecated_...</li>
<li><a href="https://github.com/moby/moby/commit/5892aae60fe4ef681720606afed51e67fc2a7f86"><code>5892aae</code></a> docs: api  v1.28 - v1.40: add missing &quot;force&quot; query arg on plugin disable</li>
<li><a href="https://github.com/moby/moby/commit/7adb590e162da0974b32741e499d0973d3c9255d"><code>7adb590</code></a> docs: api v1.41: add missing &quot;force&quot; query arg on plugin disable</li>
<li><a href="https://github.com/moby/moby/commit/b5aacf8161c99dcd6e04304b14846db7c5094951"><code>b5aacf8</code></a> docs: api v1.42: add missing &quot;force&quot; query arg on plugin disable</li>
<li><a href="https://github.com/moby/moby/commit/b732cfd3928e5efb4bdd36154503a9d1a1f42c69"><code>b732cfd</code></a> docs: api v1.43: add missing &quot;force&quot; query arg on plugin disable</li>
<li><a href="https://github.com/moby/moby/commit/50fb65f0f534d85c9e8aed1ee3fefadfbc1d5eda"><code>50fb65f</code></a> docs: api: amend changelog for API 1.28 for &quot;force&quot; option</li>
<li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v24.0.2...v24.0.4">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=24.0.2+incompatible&new-version=24.0.4+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 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>
  • Loading branch information
mergify[bot] authored Jul 24, 2023
2 parents 3c5ec5e + 5885100 commit 3e8b614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/docker/distribution v2.8.2+incompatible
github.com/docker/docker v24.0.2+incompatible
github.com/docker/docker v24.0.4+incompatible
github.com/equinix-labs/otel-init-go v0.0.8
github.com/go-logr/logr v1.2.4
github.com/go-logr/zapr v1.2.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ github.com/dgryski/go-lttb v0.0.0-20180810165845-318fcdf10a77/go.mod h1:Va5MyIzk
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v24.0.2+incompatible h1:eATx+oLz9WdNVkQrr0qjQ8HvRJ4bOOxfzEo8R+dA3cg=
github.com/docker/docker v24.0.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v24.0.4+incompatible h1:s/LVDftw9hjblvqIeTiGYXBCD95nOEEl7qRsRrIOuQI=
github.com/docker/docker v24.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
Expand Down

0 comments on commit 3e8b614

Please sign in to comment.