[PR #1815] [CLOSED] build(deps): bump github.com/docker/docker from 23.0.6+incompatible to 24.0.1+incompatible #2140

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1815
Author: @dependabot[bot]
Created: 5/22/2023
Status: Closed

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


📝 Commits (1)

  • 57b31b5 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.1+incompatible.

Release notes

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

v24.0.1

24.0.1

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

Removed

  • Remove CLI completions for storage drivers removed in the 24.0 major release. docker/cli#4302

Bug fixes and enhancements

  • Fix an issue where DNS query NXDOMAIN replies from external servers were forwarded to the client as SERVFAIL. moby/moby#45573
  • Fix an issue where docker pull --platform would report No such image regarding another tag pointing to the same image. moby/moby#45562
  • Fix an issue where insecure registry configuration would be forgotten during config reload. moby/moby#45571
  • containerd-storage: Fix an issue where images which have no layers would not be listed in docker images -a moby/moby#45588
  • API: Fix an issue where GET /images/{id}/json would return null instead of empty RepoTags and RepoDigests. moby/moby#45564
  • API: Fix an issue where POST /commit did not accept an empty request body. moby/moby#45568

Packaging updates

v24.0.0

24.0.0

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

New

  • Introduce experimental support for containerd as the content store (replacing the existing storage drivers). moby/moby#43735, other moby/moby pull requests
  • The --host CLI flag now supports a path component in a ssh:// host address, allowing use of an alternate socket path without configuration on the remote host. docker/cli#4073
  • The docker info CLI command now reports a version and platform field. docker/cli#4180
  • Introduce the daemon flag --default-network-opt to configure options for newly created networks. moby/moby#43197
  • Restrict access to AF_VSOCK in the socket(2) family of syscalls in the default seccomp profile. moby/moby#44562
  • Introduce support for setting OCI runtime annotations on containers. docker/cli#45025, moby/moby#45025
  • Alternative runtimes can now be configured in daemon.json, enabling runtime names to be aliased and options to be passed. moby/moby#45032
  • The docker-init binary will now be discovered in FHS-compliant libexec directories, in addition to the PATH. moby/moby#45198
  • API: Surface the daemon-level --no-new-privileges in GET /info. moby/moby#45320

Removed

... (truncated)

Commits
  • 463850e Merge pull request #45588 from vvoland/c8d-layerless-24
  • 47a3dad c8d/list: Show layerless images
  • a0bc3eb Merge pull request #45571 from thaJeztah/24.0_backport_fix_insecure_registrie...
  • 922b6aa Merge pull request #45568 from corhere/backport-24.0/fix-empty-container-decode
  • 0e605cf Merge pull request #45573 from thaJeztah/24.0_backport_fix_dns_servfail
  • 878c417 Merge pull request #45560 from crazy-max/24.0_backport_fix-worker-id
  • 654e80a Merge pull request #45570 from crazy-max/24.0_backport_ci-bin-image-distribute
  • 0869b08 libnetwork: just forward the external DNS response
  • 3467ba6 reorder load funcs to match newServiceConfig()'s order
  • f9b886c add mirror to daemon reload test for insecure registries
  • 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/1815 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/22/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/docker/docker-24.0.1incompatible` --- ### 📝 Commits (1) - [`57b31b5`](https://github.com/nektos/act/commit/57b31b568c0df9bd049cfeb2611702b734a7af91) 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.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>v24.0.1</h2> <h2>24.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%3A24.0.1">docker/cli, 24.0.1 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.1">moby/moby, 24.0.1 milestone</a></li> </ul> <h3>Removed</h3> <ul> <li>Remove CLI completions for storage drivers removed in the 24.0 major release. <a href="https://redirect.github.com/docker/cli/pull/4302">docker/cli#4302</a></li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Fix an issue where DNS query NXDOMAIN replies from external servers were forwarded to the client as SERVFAIL. <a href="https://redirect.github.com/moby/moby/pull/45573">moby/moby#45573</a></li> <li>Fix an issue where <code>docker pull --platform</code> would report <code>No such image</code> regarding another tag pointing to the same image. <a href="https://redirect.github.com/moby/moby/pull/45562">moby/moby#45562</a></li> <li>Fix an issue where insecure registry configuration would be forgotten during config reload. <a href="https://redirect.github.com/moby/moby/pull/45571">moby/moby#45571</a></li> <li>containerd-storage: Fix an issue where images which have no layers would not be listed in <code>docker images -a</code> <a href="https://redirect.github.com/moby/moby/pull/45588">moby/moby#45588</a></li> <li>API: Fix an issue where <code>GET /images/{id}/json</code> would return <code>null</code> instead of empty <code>RepoTags</code> and <code>RepoDigests</code>. <a href="https://redirect.github.com/moby/moby/pull/45564">moby/moby#45564</a></li> <li>API: Fix an issue where <code>POST /commit</code> did not accept an empty request body. <a href="https://redirect.github.com/moby/moby/pull/45568">moby/moby#45568</a></li> </ul> <h3>Packaging updates</h3> <ul> <li>Upgrade Compose to <code>v2.18.1</code>. <a href="hhttps://redirect.github.com/docker/docker-ce-packaging/pull/896">docker/docker-ce-packaging#896</a></li> </ul> <h2>v24.0.0</h2> <h2>24.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%3A24.0.0">docker/cli, 24.0.0 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.0">moby/moby, 24.0.0 milestone</a></li> </ul> <h3>New</h3> <ul> <li>Introduce experimental support for containerd as the content store (replacing the existing storage drivers). <a href="https://redirect.github.com/moby/moby/pull/43735">moby/moby#43735</a>, <a href="https://github.com/moby/moby/pulls?q=is%3Apr+is%3Amerged+milestone%3A24.0.0+-label%3Aprocess%2Fcherry-picked+label%3Acontainerd-integration+">other moby/moby pull requests</a></li> <li>The <code>--host</code> CLI flag now supports a path component in a <code>ssh://</code> host address, allowing use of an alternate socket path without configuration on the remote host. <a href="https://redirect.github.com/docker/cli/pull/4073">docker/cli#4073</a></li> <li>The <code>docker info</code> CLI command now reports a version and platform field. <a href="https://redirect.github.com/docker/cli/pull/4180">docker/cli#4180</a></li> <li>Introduce the daemon flag <code>--default-network-opt</code> to configure options for newly created networks. <a href="https://redirect.github.com/moby/moby/pull/43197">moby/moby#43197</a></li> <li>Restrict access to <code>AF_VSOCK</code> in the <code>socket(2)</code> family of syscalls in the default seccomp profile. <a href="https://redirect.github.com/moby/moby/pull/44562">moby/moby#44562</a></li> <li>Introduce support for setting OCI runtime annotations on containers. <a href="https://redirect.github.com/docker/cli/pull/4156">docker/cli#45025</a>, <a href="https://redirect.github.com/moby/moby/pull/45025">moby/moby#45025</a></li> <li>Alternative runtimes can now be configured in <code>daemon.json</code>, enabling runtime names to be aliased and options to be passed. <a href="https://redirect.github.com/moby/moby/pull/45032">moby/moby#45032</a></li> <li>The <code>docker-init</code> binary will now be discovered in FHS-compliant libexec directories, in addition to the <code>PATH</code>. <a href="https://redirect.github.com/moby/moby/pull/45198">moby/moby#45198</a></li> <li>API: Surface the daemon-level <code>--no-new-privileges</code> in <code>GET /info</code>. <a href="https://redirect.github.com/moby/moby/pull/45320">moby/moby#45320</a></li> </ul> <h3>Removed</h3> <ul> <li><code>docker info</code> no longer reports <code>IndexServiceAddress</code>. <a href="https://redirect.github.com/docker/cli/pull/4204">docker/cli#4204</a></li> <li>libnetwork: Remove fallback code for obsolete kernel versions. <a href="https://redirect.github.com/moby/moby/pull/44684">moby/moby#44684</a>, <a href="https://redirect.github.com/moby/moby/pull/44802">moby/moby#44802</a></li> <li>libnetwork: Remove unused code related to classic Swarm. <a href="https://redirect.github.com/moby/moby/pull/44965">moby/moby#44965</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/463850e59e8af1258cad649ec6836d5e88d16fec"><code>463850e</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/45588">#45588</a> from vvoland/c8d-layerless-24</li> <li><a href="https://github.com/moby/moby/commit/47a3dad256e9ec6f4a2494cabc189ae709265d6c"><code>47a3dad</code></a> c8d/list: Show layerless images</li> <li><a href="https://github.com/moby/moby/commit/a0bc3ebae4396b0ad8a3b057146b264764c621e8"><code>a0bc3eb</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/45571">#45571</a> from thaJeztah/24.0_backport_fix_insecure_registrie...</li> <li><a href="https://github.com/moby/moby/commit/922b6aa672880fa05989453dff0f0084d318e286"><code>922b6aa</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/45568">#45568</a> from corhere/backport-24.0/fix-empty-container-decode</li> <li><a href="https://github.com/moby/moby/commit/0e605cf9721094566c7d3680868b784ac60bf81c"><code>0e605cf</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/45573">#45573</a> from thaJeztah/24.0_backport_fix_dns_servfail</li> <li><a href="https://github.com/moby/moby/commit/878c41791be3cc8274e340d5fb459fb5bc607791"><code>878c417</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/45560">#45560</a> from crazy-max/24.0_backport_fix-worker-id</li> <li><a href="https://github.com/moby/moby/commit/654e80abc2a3b6b6fff557a360a4ad7218aa7baa"><code>654e80a</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/45570">#45570</a> from crazy-max/24.0_backport_ci-bin-image-distribute</li> <li><a href="https://github.com/moby/moby/commit/0869b089e4b1633ac8c9c805b9293030a8782664"><code>0869b08</code></a> libnetwork: just forward the external DNS response</li> <li><a href="https://github.com/moby/moby/commit/3467ba6451e38c449aa8bd1c1c8f186e7f6f6ead"><code>3467ba6</code></a> reorder load funcs to match newServiceConfig()'s order</li> <li><a href="https://github.com/moby/moby/commit/f9b886c01b36e605ff822f18e9f924cae94ae415"><code>f9b886c</code></a> add mirror to daemon reload test for insecure registries</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v23.0.6...v24.0.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=23.0.6+incompatible&new-version=24.0.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 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:10 +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#2140
No description provided.