[PR #2165] [CLOSED] build(deps): bump github.com/docker/docker from 24.0.7+incompatible to 25.0.0+incompatible #2295

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2165
Author: @dependabot[bot]
Created: 1/22/2024
Status: Closed

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


📝 Commits (1)

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

📊 Changes

2 files changed (+43 additions, -6 deletions)

View changed files

📝 go.mod (+10 -2)
📝 go.sum (+33 -4)

📄 Description

Bumps github.com/docker/docker from 24.0.7+incompatible to 25.0.0+incompatible.

Release notes

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

v25.0.0

25.0.0

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

New

Bug fixes and enhancements

  • API: Fix error message for invalid policies at ValidateRestartPolicy. moby/moby#46352
  • API: Update /info endpoint to use singleflight. moby/moby#45847
  • Add an error message for when specifying a Dockerfile filename with -f, and also using stdin. docker/cli#4346
  • Add support for mac-address and link-local-ip fields in --network long format. docker/cli#4419
  • Add support for specifying multiple --network flags with docker container create and docker run. moby/moby#45906
  • Automatically enable IPv6 on a network when an IPv6 subnet is specified. moby/moby#46455
  • Add support for overlay networks over IPv6 transport. moby/moby#46790
  • Configuration reloading is now more robust: if there's an error during the configuration reload process, no configuration changes are applied. moby/moby#43980
  • Live restore: Containers with auto remove (docker run --rm) are no longer forcibly removed on engine restart. moby/moby#46857
  • Live restore: containers that are live-restored will now be given another health-check start period when the daemon restarts. moby/moby#47051
  • Container health status is flushed to disk less frequently, reducing wear on flash storage. moby/moby#47044
  • Ensure network names are unique. moby/moby#46251
  • Ensure that overlay2 layer metadata is correct. moby/moby#46471
  • Fix Downloading progress message on image pull. moby/moby#46515
  • Fix NetworkConnect and ContainerCreate with improved data validation, and return all validation errors at once. moby/moby#46183
  • Fix com.docker.network.host_ipv4 option when IPv6 and ip6tables are enabled. moby/moby#46446
  • Fix daemon's cleanupContainer if containerd is stopped. moby/moby#46213
  • Fix returning incorrect HTTP status codes for libnetwork errors. moby/moby#46146
  • Fix various issues with images/json API filters and image list. moby/moby#46034
  • CIFS volumes now resolves FQDN correctly. moby/moby#46863
  • Improve validation of the userland-proxy-path daemon configuration option. Validation now happens during daemon startup, instead of producing an error when starting a container with port-mapping. moby/moby#47000
  • Set the MAC address of container's interface when network mode is a short network ID. moby/moby#46406
  • Sort unconsumed build arguments before display in build output. moby/moby#45917
  • The docker image save tarball output is now OCI compliant. moby/moby#44598
  • The daemon no longer appends ACCEPT rules to the end of the INPUT iptables chain for encrypted overlay networks. Depending on firewall configuration, a rule may be needed to permit incoming encrypted overlay network traffic. moby/moby#45280
  • Unpacking layers with extended attributes onto an incompatible filesystem will now fail instead of silently discarding extended attributes. moby/moby#45464
  • Update daemon MTU option to BridgeConfig and display warning on Windows. moby/moby#45887
  • Validate IPAM config when creating a network. Automatically fix networks created prior to this release where --ip-range is larger than --subnet. moby/moby#45759
  • containerd image store: Add image events for push, pull, and save. moby/moby#46405

... (truncated)

Commits
  • 615dfdf Merge pull request #47106 from vvoland/c8d-windows-pull-error-msg
  • 7cbf01b Merge pull request #47105 from vvoland/c8d-mount-refcount-default
  • 05695c2 c8d/integation: Adjust error in TestPullLinuxImageFailsOnWindows
  • ae6468b c8d/mount: Use ref-counted mounter by default
  • c183fcf Merge pull request #47104 from rumpl/run-snapshotter-linux-tests
  • 982f85b Merge pull request #47101 from AkihiroSuda/refactor-47100
  • bd48159 ci: Always run snapshotter tests on Linux
  • ed15f1d net=host: remove /var/run/docker/netns/default from OCI config
  • 4f9c865 Merge pull request #46158 from elezar/refactor-rootless-tempdir
  • 436bf27 Merge pull request #46539 from TBBle/containerd_image_store_pr46402
  • 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 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)

🔄 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/2165 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/22/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/docker/docker-25.0.0incompatible` --- ### 📝 Commits (1) - [`56bc85e`](https://github.com/nektos/act/commit/56bc85ec749ed6cb4106e3f64ec6d67ef8da1d0d) build(deps): bump github.com/docker/docker ### 📊 Changes **2 files changed** (+43 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+10 -2) 📝 `go.sum` (+33 -4) </details> ### 📄 Description Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 25.0.0+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>v25.0.0</h2> <h2>25.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%3A25.0.0">docker/cli, 25.0.0 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A25.0.0">moby/moby, 25.0.0 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v25.0.0/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v25.0.0/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>New</h3> <ul> <li>Add OpenTelemetry tracing. <a href="https://redirect.github.com/moby/moby/pull/45652">moby/moby#45652</a>, <a href="https://redirect.github.com/moby/moby/pull/45579">moby/moby#45579</a></li> <li>Add support for CDI devices under Linux. <a href="https://redirect.github.com/moby/moby/pull/45134">moby/moby#45134</a>, <a href="https://redirect.github.com/docker/cli/pull/4510">docker/cli#4510</a>, <a href="https://redirect.github.com/moby/moby/pull/46004">moby/moby#46004</a></li> <li>Add an additional interval to be used by healthchecks during the container start period. <a href="https://redirect.github.com/moby/moby/pull/40894">moby/moby#40894</a>, <a href="https://redirect.github.com/docker/cli/pull/4405">docker/cli#4405</a>, <a href="https://redirect.github.com/moby/moby/pull/45965">moby/moby#45965</a></li> <li>Add a <code>--log-format</code> flag to <code>dockerd</code> to control the logging format: text (default) or JSON. <a href="https://redirect.github.com/moby/moby/pull/45737">moby/moby#45737</a></li> <li>Add support for recursive read-only mounts. <a href="https://redirect.github.com/moby/moby/pull/45278">moby/moby#45278</a>, <a href="https://redirect.github.com/moby/moby/pull/46037">moby/moby#46037</a></li> <li>Add support for filtering images based on timestamp with <code>docker image ls --filter=until=&lt;timestamp&gt;</code>. <a href="https://redirect.github.com/moby/moby/pull/46577">moby/moby#46577</a></li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>API: Fix error message for invalid policies at <code>ValidateRestartPolicy</code>. <a href="https://redirect.github.com/moby/moby/pull/46352">moby/moby#46352</a></li> <li>API: Update <code>/info</code> endpoint to use singleflight. <a href="https://redirect.github.com/moby/moby/pull/45847">moby/moby#45847</a></li> <li>Add an error message for when specifying a Dockerfile filename with <code>-f</code>, and also using <code>stdin</code>. <a href="https://redirect.github.com/docker/cli/pull/4346">docker/cli#4346</a></li> <li>Add support for <code>mac-address</code> and <code>link-local-ip</code> fields in <code>--network</code> long format. <a href="https://redirect.github.com/docker/cli/pull/4419">docker/cli#4419</a></li> <li>Add support for specifying multiple <code>--network</code> flags with <code>docker container create</code> and <code>docker run</code>. <a href="https://redirect.github.com/moby/moby/pull/45906">moby/moby#45906</a></li> <li>Automatically enable IPv6 on a network when an IPv6 subnet is specified. <a href="https://redirect.github.com/moby/moby/pull/46455">moby/moby#46455</a></li> <li>Add support for overlay networks over IPv6 transport. <a href="https://redirect.github.com/moby/moby/pull/46790">moby/moby#46790</a></li> <li>Configuration reloading is now more robust: if there's an error during the configuration reload process, no configuration changes are applied. <a href="https://redirect.github.com/moby/moby/pull/43980">moby/moby#43980</a></li> <li>Live restore: Containers with auto remove (<code>docker run --rm</code>) are no longer forcibly removed on engine restart. <a href="https://redirect.github.com/moby/moby/pull/46857">moby/moby#46857</a></li> <li>Live restore: containers that are live-restored will now be given another health-check start period when the daemon restarts. <a href="https://redirect.github.com/moby/moby/pull/47051">moby/moby#47051</a></li> <li>Container health status is flushed to disk less frequently, reducing wear on flash storage. <a href="https://redirect.github.com/moby/moby/pull/47044">moby/moby#47044</a></li> <li>Ensure network names are unique. <a href="https://redirect.github.com/moby/moby/pull/46251">moby/moby#46251</a></li> <li>Ensure that overlay2 layer metadata is correct. <a href="https://redirect.github.com/moby/moby/pull/46471">moby/moby#46471</a></li> <li>Fix <code>Downloading</code> progress message on image pull. <a href="https://redirect.github.com/moby/moby/pull/46515">moby/moby#46515</a></li> <li>Fix <code>NetworkConnect</code> and <code>ContainerCreate</code> with improved data validation, and return all validation errors at once. <a href="https://redirect.github.com/moby/moby/pull/46183">moby/moby#46183</a></li> <li>Fix <code>com.docker.network.host_ipv4</code> option when IPv6 and ip6tables are enabled. <a href="https://redirect.github.com/moby/moby/pull/46446">moby/moby#46446</a></li> <li>Fix daemon's <code>cleanupContainer</code> if containerd is stopped. <a href="https://redirect.github.com/moby/moby/pull/46213">moby/moby#46213</a></li> <li>Fix returning incorrect HTTP status codes for libnetwork errors. <a href="https://redirect.github.com/moby/moby/pull/46146">moby/moby#46146</a></li> <li>Fix various issues with images/json API filters and image list. <a href="https://redirect.github.com/moby/moby/pull/46034">moby/moby#46034</a></li> <li>CIFS volumes now resolves FQDN correctly. <a href="https://redirect.github.com/moby/moby/pull/46863">moby/moby#46863</a></li> <li>Improve validation of the <code>userland-proxy-path</code> daemon configuration option. Validation now happens during daemon startup, instead of producing an error when starting a container with port-mapping. <a href="https://redirect.github.com/moby/moby/pull/47000">moby/moby#47000</a></li> <li>Set the MAC address of container's interface when network mode is a short network ID. <a href="https://redirect.github.com/moby/moby/pull/46406">moby/moby#46406</a></li> <li>Sort unconsumed build arguments before display in build output. <a href="https://redirect.github.com/moby/moby/pull/45917">moby/moby#45917</a></li> <li>The <code>docker image save</code> tarball output is now OCI compliant. <a href="https://redirect.github.com/moby/moby/pull/44598">moby/moby#44598</a></li> <li>The daemon no longer appends <code>ACCEPT</code> rules to the end of the <code>INPUT</code> iptables chain for encrypted overlay networks. Depending on firewall configuration, a rule may be needed to permit incoming encrypted overlay network traffic. <a href="https://redirect.github.com/moby/moby/pull/45280">moby/moby#45280</a></li> <li>Unpacking layers with extended attributes onto an incompatible filesystem will now fail instead of silently discarding extended attributes. <a href="https://redirect.github.com/moby/moby/pull/45464">moby/moby#45464</a></li> <li>Update daemon MTU option to BridgeConfig and display warning on Windows. <a href="https://redirect.github.com/moby/moby/pull/45887">moby/moby#45887</a></li> <li>Validate IPAM config when creating a network. Automatically fix networks created prior to this release where <code>--ip-range</code> is larger than <code>--subnet</code>. <a href="https://redirect.github.com/moby/moby/pull/45759">moby/moby#45759</a></li> <li>containerd image store: Add image events for <code>push</code>, <code>pull</code>, and <code>save</code>. <a href="https://redirect.github.com/moby/moby/pull/46405">moby/moby#46405</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/615dfdf67264ed5b08dd5e86657bf0e580731cea"><code>615dfdf</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/47106">#47106</a> from vvoland/c8d-windows-pull-error-msg</li> <li><a href="https://github.com/moby/moby/commit/7cbf01b994e80a905b55d731751e7d4ef069ea54"><code>7cbf01b</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/47105">#47105</a> from vvoland/c8d-mount-refcount-default</li> <li><a href="https://github.com/moby/moby/commit/05695c2458cb6bd5f4944745d4bdbff5689aa135"><code>05695c2</code></a> c8d/integation: Adjust error in TestPullLinuxImageFailsOnWindows</li> <li><a href="https://github.com/moby/moby/commit/ae6468b4b9debaff88c91a3fa02d0a010b7a6322"><code>ae6468b</code></a> c8d/mount: Use ref-counted mounter by default</li> <li><a href="https://github.com/moby/moby/commit/c183fcf116bebd238bd3fdbbd104a6b287c3e960"><code>c183fcf</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/47104">#47104</a> from rumpl/run-snapshotter-linux-tests</li> <li><a href="https://github.com/moby/moby/commit/982f85b2812b42a64604661915e542a8ce231d44"><code>982f85b</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/47101">#47101</a> from AkihiroSuda/refactor-47100</li> <li><a href="https://github.com/moby/moby/commit/bd481592ff15be70d75348730d77d2e3ce0b348a"><code>bd48159</code></a> ci: Always run snapshotter tests on Linux</li> <li><a href="https://github.com/moby/moby/commit/ed15f1d7179caa7b82b15bbeb55adb19546245d2"><code>ed15f1d</code></a> net=host: remove /var/run/docker/netns/default from OCI config</li> <li><a href="https://github.com/moby/moby/commit/4f9c865eddc09da0c0cb9fe08c76b81b804093f5"><code>4f9c865</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46158">#46158</a> from elezar/refactor-rootless-tempdir</li> <li><a href="https://github.com/moby/moby/commit/436bf27e6cfe23dd4c598e0f9e0cc655c6be1c3a"><code>436bf27</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46539">#46539</a> from TBBle/containerd_image_store_pr46402</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v24.0.7...v25.0.0">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.7+incompatible&new-version=25.0.0+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> --- <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:50 +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#2295
No description provided.