[PR #1613] [MERGED] build(deps): bump github.com/docker/docker from 23.0.0-rc.3+incompatible to 23.0.0+incompatible #2028

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1613
Author: @dependabot[bot]
Created: 2/6/2023
Status: Merged
Merged: 2/6/2023
Merged by: @mergify[bot]

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


📝 Commits (2)

  • d63ebd0 build(deps): bump github.com/docker/docker
  • 22c4cd2 Merge branch 'master' into dependabot/go_modules/github.com/docker/docker-23.0.0incompatible

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/docker/docker from 23.0.0-rc.3+incompatible to 23.0.0+incompatible.

Release notes

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

v23.0.0

23.0.0

For more information about:

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

New

  • Set Buildx and BuildKit as the default builder on Linux. moby/moby#43992
    • Alias docker build to docker buildx build. docker/cli#3314
    • The legacy builder can still be used by explicitly setting DOCKER_BUILDKIT=0.
    • There are differences in how BuildKit and the legacy builder handle multi-stage builds. For more information, see Multi-stage builds.
  • Add support for pulling zstd compressed layers. moby/moby#41759, moby/moby#42862
  • Add support for alternate OCI runtimes on Linux, compatible with the containerd runtime v2 API. moby/moby#43887, moby/moby#43993
  • Add support for the containerd runhcs shim on Windows (off by default). moby/moby#42089
  • Add dockerd --validate to check the daemon JSON config and exit. moby/moby#42393
  • Add the ability to configure the daemon's HTTP proxy via flags or JSON config. moby/moby#42835
  • Add support for RFC 3021 point-to-point networks (IPv4 /31s) and single hosts (IPv4 /32s). For networks with two or fewer addresses, IPAM won't reserve a network and broadcast address. moby/moby#42626
  • Add support for setting ipvlan_flag and using the l3s ipvlan_mode in the ipvlan network driver. moby/moby#42542
  • Add support for displaying the value of the metacopy option for the overlay2 storage driver. moby/moby#43557
  • Add support for describing Windows devices using the syntax IDType://ID. moby/moby#43368
  • Add RootlessKit, slirp4netns, and VPNKit version reporting. moby/moby#42330
  • Add experimental support for SwarmKit cluster volumes (CSI). moby/moby#41982
  • Add support for SwarmKit jobs in docker stack deploy. docker/cli#2907
  • Add the docker stack config command to output the merged and interpolated config files as utilized by stack deploy. docker/cli#3544
  • Add a new docker context show command that prints the name of the current context. docker/cli#3567
  • Add the --format=json shorthand variant of --format="{{ json . }}" to all commands supporting the --format flag. docker/cli#2936
  • Add a --quiet option to docker create and docker run commands to suppress output when pulling an image. docker/cli#3377
  • Add a --force option to docker network rm subcommand. Causes CLI to return a 0 exit code even if the network doesn't exist. Has no effect on the server-side procedure for removing a network. docker/cli#3547
  • Add a --signal option to docker stop and docker restart. docker/cli#3614
  • Add a -v/--version flag to docker-proxy. moby/moby#44703
  • Plugins are now discovered in well-known user-level paths when the daemon is running in rootless mode. moby/moby#44778
  • The daemon now handles common alternate JSON encodings in the JSON configuration file gracefully, and reports useful errors. moby/moby#44777, moby/moby#44832
    • UTF-8 with a byte order mark is accepted.
    • UTF-16 with a byte order mark is accepted.
    • Invalid UTF-8 is reported early and with a comprehensible error message.
  • Allow use of STOPSIGNAL via docker commit. moby/moby#43369
  • Add a new option to the awslogs log driver to allow skipping log stream creation in CloudWatch. moby/moby#42132
  • Add a new option to the awslogs log driver to specify the log format that's sent to CloudWatch. moby/moby#42838
  • Add a new option to the fluentd log driver to set the reconnection interval. moby/moby#43100

... (truncated)

Commits
  • d7573ab Merge pull request #44885 from thaJeztah/23.0_backport_update_containerd
  • 9df87ea Merge pull request #44883 from thaJeztah/23.0_backport_invalid_character
  • de3f216 Merge pull request #44884 from thaJeztah/23.0_backport_rm_install_suffix
  • 20203f0 Merge pull request #44881 from thaJeztah/23.0_containerd_binary_1.6.16
  • 610250f vendor: github.com/containerd/containerd v1.6.16
  • 63a0f1f vendor: github.com/pelletier/go-toml v1.9.5
  • 699e853 hack: display build cmd when DOCKER_DEBUG set
  • b7e0725 hack: remove unnecessary vars in make.sh script
  • 9674623 hack: remove ORIG_BUILDFLAGS var
  • df2fe70 hack: remove -installsuffix build flag
  • 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/1613 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/6/2023 **Status:** ✅ Merged **Merged:** 2/6/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/docker/docker-23.0.0incompatible` --- ### 📝 Commits (2) - [`d63ebd0`](https://github.com/nektos/act/commit/d63ebd0e1eb1db4dcd2b7a0103a41ec16081f913) build(deps): bump github.com/docker/docker - [`22c4cd2`](https://github.com/nektos/act/commit/22c4cd2e117875d7f3ccfc2b33ed35ed49f77dc8) Merge branch 'master' into dependabot/go_modules/github.com/docker/docker-23.0.0incompatible ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.0-rc.3+incompatible to 23.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>v23.0.0</h2> <h2>23.0.0</h2> <p>For more information about:</p> <ul> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v23.0.0/docs/deprecated.md">Deprecated Engine Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v23.0.0/docs/api/version-history.md">Engine API version history</a>.</li> </ul> <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/milestone/51?closed=1">docker/cli, 23.0.0 milestone</a></li> <li><a href="https://github.com/moby/moby/milestone/91?closed=1">moby/moby, 23.0.0 milestone</a></li> </ul> <h3>New</h3> <ul> <li>Set Buildx and BuildKit as the default builder on Linux. <a href="https://github-redirect.dependabot.com/moby/moby/pull/43992">moby/moby#43992</a> <ul> <li>Alias <code>docker build</code> to <code>docker buildx build</code>. <a href="https://github-redirect.dependabot.com/docker/cli/pull/3314">docker/cli#3314</a></li> <li>The legacy builder can still be used by explicitly setting <code>DOCKER_BUILDKIT=0</code>.</li> <li>There are differences in how BuildKit and the legacy builder handle multi-stage builds. For more information, see <a href="https://github.com/docker/docker/build/building/multi-stage.md#differences-between-legacy-builder-and-buildkit">Multi-stage builds</a>.</li> </ul> </li> <li>Add support for pulling <code>zstd</code> compressed layers. <a href="https://github-redirect.dependabot.com/moby/moby/pull/41759">moby/moby#41759</a>, <a href="https://github-redirect.dependabot.com/moby/moby/pull/42862">moby/moby#42862</a></li> <li>Add support for alternate OCI runtimes on Linux, compatible with the containerd runtime v2 API. <a href="https://github-redirect.dependabot.com/moby/moby/pull/43887">moby/moby#43887</a>, <a href="https://github-redirect.dependabot.com/moby/moby/pull/43993">moby/moby#43993</a></li> <li>Add support for the containerd <code>runhcs</code> shim on Windows (off by default). <a href="https://github-redirect.dependabot.com/moby/moby/pull/42089">moby/moby#42089</a></li> <li>Add <code>dockerd --validate</code> to check the daemon JSON config and exit. <a href="https://github-redirect.dependabot.com/moby/moby/pull/42393">moby/moby#42393</a></li> <li>Add the ability to configure the daemon's HTTP proxy via flags or JSON config. <a href="https://github-redirect.dependabot.com/moby/moby/pull/42835">moby/moby#42835</a></li> <li>Add support for RFC 3021 point-to-point networks (IPv4 /31s) and single hosts (IPv4 /32s). For networks with two or fewer addresses, IPAM won't reserve a network and broadcast address. <a href="https://github-redirect.dependabot.com/moby/moby/pull/42626">moby/moby#42626</a></li> <li>Add support for setting <code>ipvlan_flag</code> and using the <code>l3s</code> <code>ipvlan_mode</code> in the <code>ipvlan</code> network driver. <a href="https://github-redirect.dependabot.com/moby/moby/pull/42542">moby/moby#42542</a></li> <li>Add support for displaying the value of the <code>metacopy</code> option for the <code>overlay2</code> storage driver. <a href="https://github-redirect.dependabot.com/moby/moby/pull/43557">moby/moby#43557</a></li> <li>Add support for describing Windows devices using the syntax <code>IDType://ID</code>. <a href="https://github-redirect.dependabot.com/moby/moby/pull/43368">moby/moby#43368</a></li> <li>Add <code>RootlessKit</code>, <code>slirp4netns</code>, and <code>VPNKit</code> version reporting. <a href="https://github-redirect.dependabot.com/moby/moby/pull/42330">moby/moby#42330</a></li> <li>Add experimental support for SwarmKit cluster volumes (CSI). <a href="https://github-redirect.dependabot.com/moby/moby/pull/41982">moby/moby#41982</a> <ul> <li>CLI: Add cluster volume (CSI) options to <code>docker volume</code>. <a href="https://github-redirect.dependabot.com/docker/cli/pull/3606">docker/cli#3606</a></li> <li>CLI: Add cluster volume (CSI) support to <code>docker stack</code>. <a href="https://github-redirect.dependabot.com/docker/cli/pull/3662">docker/cli#3662</a></li> </ul> </li> <li>Add support for SwarmKit jobs in <code>docker stack deploy</code>. <a href="https://github-redirect.dependabot.com/docker/cli/pull/2907">docker/cli#2907</a></li> <li>Add the <code>docker stack config</code> command to output the merged and interpolated config files as utilized by <code>stack deploy</code>. <a href="https://github-redirect.dependabot.com/docker/cli/pull/3544">docker/cli#3544</a></li> <li>Add a new <code>docker context show</code> command that prints the name of the current context. <a href="https://github-redirect.dependabot.com/docker/cli/pull/3567">docker/cli#3567</a></li> <li>Add the <code>--format=json</code> shorthand variant of <code>--format=&quot;{{ json . }}&quot;</code> to all commands supporting the <code>--format</code> flag. <a href="https://github-redirect.dependabot.com/docker/cli/pull/2936">docker/cli#2936</a></li> <li>Add a <code>--quiet</code> option to <code>docker create</code> and <code>docker run</code> commands to suppress output when pulling an image. <a href="https://github-redirect.dependabot.com/docker/cli/pull/3377">docker/cli#3377</a></li> <li>Add a <code>--force</code> option to <code>docker network rm</code> subcommand. Causes CLI to return a 0 exit code even if the network doesn't exist. Has no effect on the server-side procedure for removing a network. <a href="https://github-redirect.dependabot.com/docker/cli/pull/3547">docker/cli#3547</a></li> <li>Add a <code>--signal</code> option to <code>docker stop</code> and <code>docker restart</code>. <a href="https://github-redirect.dependabot.com/docker/cli/pull/3614">docker/cli#3614</a></li> <li>Add a <code>-v/--version</code> flag to <code>docker-proxy</code>. <a href="https://github-redirect.dependabot.com/moby/moby/pull/44703">moby/moby#44703</a></li> <li>Plugins are now discovered in well-known user-level paths when the daemon is running in rootless mode. <a href="https://github-redirect.dependabot.com/moby/moby/pull/44778">moby/moby#44778</a></li> <li>The daemon now handles common alternate JSON encodings in the JSON configuration file gracefully, and reports useful errors. <a href="https://github-redirect.dependabot.com/moby/moby/pull/44777">moby/moby#44777</a>, <a href="https://github-redirect.dependabot.com/moby/moby/pull/44832">moby/moby#44832</a> <ul> <li>UTF-8 with a byte order mark is accepted.</li> <li>UTF-16 with a byte order mark is accepted.</li> <li>Invalid UTF-8 is reported early and with a comprehensible error message.</li> </ul> </li> <li>Allow use of <code>STOPSIGNAL</code> via <code>docker commit</code>. <a href="https://github-redirect.dependabot.com/moby/moby/pull/43369">moby/moby#43369</a></li> <li>Add a new option to the <code>awslogs</code> log driver to allow skipping log stream creation in CloudWatch. <a href="https://github-redirect.dependabot.com/moby/moby/pull/42132">moby/moby#42132</a></li> <li>Add a new option to the <code>awslogs</code> log driver to specify the log format that's sent to CloudWatch. <a href="https://github-redirect.dependabot.com/moby/moby/pull/42838">moby/moby#42838</a></li> <li>Add a new option to the <code>fluentd</code> log driver to set the reconnection interval. <a href="https://github-redirect.dependabot.com/moby/moby/pull/43100">moby/moby#43100</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/d7573ab8672555762688f4c7ab8cc69ae8ec1a47"><code>d7573ab</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/docker/issues/44885">#44885</a> from thaJeztah/23.0_backport_update_containerd</li> <li><a href="https://github.com/moby/moby/commit/9df87eaa9c045f5667369e7f2fbe0b05d7a6a84a"><code>9df87ea</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/docker/issues/44883">#44883</a> from thaJeztah/23.0_backport_invalid_character</li> <li><a href="https://github.com/moby/moby/commit/de3f216113f27708006923376826686db3783ed4"><code>de3f216</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/docker/issues/44884">#44884</a> from thaJeztah/23.0_backport_rm_install_suffix</li> <li><a href="https://github.com/moby/moby/commit/20203f0c92c31c70f8159041b505db7cf3d01e5c"><code>20203f0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/docker/issues/44881">#44881</a> from thaJeztah/23.0_containerd_binary_1.6.16</li> <li><a href="https://github.com/moby/moby/commit/610250f06e5a6e300e0ef57e86a0c467b0f5c834"><code>610250f</code></a> vendor: github.com/containerd/containerd v1.6.16</li> <li><a href="https://github.com/moby/moby/commit/63a0f1fe099cb46b3cc50010b1b4b524642ed3fb"><code>63a0f1f</code></a> vendor: github.com/pelletier/go-toml v1.9.5</li> <li><a href="https://github.com/moby/moby/commit/699e853be38f6b0133de8ca319a83236615cb28e"><code>699e853</code></a> hack: display build cmd when DOCKER_DEBUG set</li> <li><a href="https://github.com/moby/moby/commit/b7e0725e98d659890ba37d9320ad5303f0425f8b"><code>b7e0725</code></a> hack: remove unnecessary vars in make.sh script</li> <li><a href="https://github.com/moby/moby/commit/96746238b2cdff0c2bdf1dc8e31eb396e6159911"><code>9674623</code></a> hack: remove ORIG_BUILDFLAGS var</li> <li><a href="https://github.com/moby/moby/commit/df2fe7004901d0572d8c90c86fcae3e438dcafd6"><code>df2fe70</code></a> hack: remove -installsuffix build flag</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v23.0.0-rc.3...v23.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=23.0.0-rc.3+incompatible&new-version=23.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 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:53:43 +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#2028
No description provided.