[PR #1900] [CLOSED] build(deps): bump github.com/docker/docker from 23.0.6+incompatible to 24.0.4+incompatible #2181

Closed
opened 2026-03-01 21:54:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1900
Author: @dependabot[bot]
Created: 7/10/2023
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/docker/docker-24.0.4incompatible


📝 Commits (1)

  • a39dd02 build(deps): bump github.com/docker/docker

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+3 -3)

📄 Description

Bumps github.com/docker/docker from 23.0.6+incompatible to 24.0.4+incompatible.

Release notes

Sourced from github.com/docker/docker's releases.

v24.0.4

24.0.4

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • Fix a regression introduced during 24.0.3 that causes a panic during live-restore of containers with bind mounts. moby/moby#45903

v24.0.3

24.0.3

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

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

Packaging updates

... (truncated)

Commits
  • 4ffc614 Merge pull request #45903 from thaJeztah/24.0_backport_fix_volume_npe
  • d3893b5 daemon: daemon.prepareMountPoints(): fix panic if mount is not a volume
  • 1d9c861 Merge pull request #45860 from thaJeztah/24.0_backport_update_cgroups
  • 64f7956 Merge pull request #45869 from thaJeztah/24.0_backport_docs_plugin_disable_fo...
  • 05cf8e8 Merge pull request #45867 from thaJeztah/24.0_backport_api_remove_deprecated_...
  • 5892aae docs: api v1.28 - v1.40: add missing "force" query arg on plugin disable
  • 7adb590 docs: api v1.41: add missing "force" query arg on plugin disable
  • b5aacf8 docs: api v1.42: add missing "force" query arg on plugin disable
  • b732cfd docs: api v1.43: add missing "force" query arg on plugin disable
  • 50fb65f docs: api: amend changelog for API 1.28 for "force" option
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/1900 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/10/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/docker/docker-24.0.4incompatible` --- ### 📝 Commits (1) - [`a39dd02`](https://github.com/nektos/act/commit/a39dd0272eb77fb3bdb2b83e305cbcead9c450b1) build(deps): bump github.com/docker/docker ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+3 -3) </details> ### 📄 Description Bumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.6+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> <!-- raw HTML omitted --> </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/v23.0.6...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=23.0.6+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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:54:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2181
No description provided.