Skip to content

Commit

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

Bumps [github.com/docker/docker](https://github.com/docker/docker) from
23.0.3+incompatible to 24.0.2+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.2</h2>
<h2>24.0.2</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.2">docker/cli,
24.0.2 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.2">moby/moby,
24.0.2 milestone</a></li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>Fix a panic during build when referencing locally tagged images. <a
href="https://redirect.github.com/moby/buildkit/pull/3899">moby/buildkit#3899</a>,
<a
href="https://redirect.github.com/moby/moby/pull/45582">moby/moby#45582</a></li>
<li>Fix builds potentially failing with <code>exit code:
4294967295</code> when performing many concurrent build stages. <a
href="https://redirect.github.com/moby/moby/pull/45620">moby/moby#45620</a></li>
<li>Fix DNS resolution on Windows ignoring <code>etc/hosts</code>
(<code>%WINDIR%\System32\Drivers\etc\hosts</code>), including resolution
of <code>localhost</code>. <a
href="https://redirect.github.com/moby/moby/pull/45562">moby/moby#45562</a></li>
<li>Apply a workaround for a containerd bug that causes concurrent
<code>docker exec</code> commands to take significantly longer than
expected. <a
href="https://redirect.github.com/moby/moby/pull/45625">moby/moby#45625</a></li>
<li>containerd image store: Fix an issue where the image
<code>Created</code> field would contain an incorrect value. <a
href="https://redirect.github.com/moby/moby/pull/45623">moby/moby#45623</a></li>
<li>containerd image store: Adjust the output of image pull progress so
that the output has the same format regardless of whether the containerd
image store is enabled. <a
href="https://redirect.github.com/moby/moby/pull/45602">moby/moby#45602</a></li>
<li>containerd image store: Switching between the default and containerd
image store now requires a daemon restart. <a
href="https://redirect.github.com/moby/moby/pull/45616">moby/moby#45616</a></li>
</ul>
<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 image store: 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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/moby/moby/commit/659604f9ee60f147020bdd444b26e4b5c636dc28"><code>659604f</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/45625">#45625</a>
from thaJeztah/24.0_backport_serialize_exec_starts_...</li>
<li><a
href="https://github.com/moby/moby/commit/6660133ffb91a3b754fe4ad16b87523dbc8493c8"><code>6660133</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/45582">#45582</a>
from thaJeztah/24.0_backport_vendor_buildkit_0.11.7...</li>
<li><a
href="https://github.com/moby/moby/commit/67b3563d096d21e45b92cbd1ecc2ce4bc72eab36"><code>67b3563</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/45623">#45623</a>
from vvoland/c8d-inspect-created-time-24</li>
<li><a
href="https://github.com/moby/moby/commit/7a4ea198032957918ffb4359d1b621b8cfd82201"><code>7a4ea19</code></a>
libcontainerd: work around exec start bug in c8d</li>
<li><a
href="https://github.com/moby/moby/commit/ae6e9333c00dd6bfa674fde77399650841803821"><code>ae6e933</code></a>
vendor: github.com/moby/buildkit
v0.11.7-0.20230525183624-798ad6b0ce9f</li>
<li><a
href="https://github.com/moby/moby/commit/0d9acd24fe3a4d45b602f896d091a3855057d31d"><code>0d9acd2</code></a>
c8d/inspect: Fill <code>Created</code> time if available</li>
<li><a
href="https://github.com/moby/moby/commit/37bc6397044d5a937929cbe94bf80a9d0b42ab2f"><code>37bc639</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/45620">#45620</a>
from thaJeztah/24.0_backport_update_go_runc_v1.1.0</li>
<li><a
href="https://github.com/moby/moby/commit/04eccf81654771f187cd7fdf34b3b12553e4e028"><code>04eccf8</code></a>
vendor: github.com/containerd/go-runc v1.1.0</li>
<li><a
href="https://github.com/moby/moby/commit/24722779ffc5e4de697bea0606a9b92fa8111d2e"><code>2472277</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/45616">#45616</a>
from thaJeztah/24.0_backport_lock_in_snapshotter_se...</li>
<li><a
href="https://github.com/moby/moby/commit/9d8acb7bd1dfc45ac5522e843c81f7653bbd9c0c"><code>9d8acb7</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/45612">#45612</a>
from vvoland/dangling-image-repotagsdigests-test-24</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/docker/compare/v23.0.3...v24.0.2">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.3+incompatible&new-version=24.0.2+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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 12, 2023
1 parent 0c9551b commit 2e287fc
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 @@ -18,7 +18,7 @@ require (
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
github.com/davecgh/go-spew v1.1.1
github.com/didip/tollbooth/v7 v7.0.1
github.com/docker/docker v23.0.3+incompatible
github.com/docker/docker v24.0.2+incompatible
github.com/docker/go-connections v0.4.0
github.com/fatih/structs v1.1.0
github.com/felixge/httpsnoop v1.0.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m3
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v20.10.13+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v23.0.3+incompatible h1:9GhVsShNWz1hO//9BNg/dpMnZW25KydO4wtVxWAIbho=
github.com/docker/docker v23.0.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
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-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
Expand Down

0 comments on commit 2e287fc

Please sign in to comment.