Skip to content

Commit

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

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.4+incompatible to 24.0.6+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.6</h2>
<h2>24.0.6</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.6">docker/cli, 24.0.6 milestone</a></li>
<li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.6">moby/moby, 24.0.6 milestone</a></li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>containerd storage backend: Fix <code>docker ps</code> failing when a container image is no longer present in the content store. <a href="https://redirect.github.com/moby/moby/pull/46095">moby/moby#46095</a></li>
<li>containerd storage backend: Fix <code>docker ps -s -a</code> and <code>docker container prune</code> failing when a container image config is no longer present in the content store. <a href="https://redirect.github.com/moby/moby/pull/46097">moby/moby#46097</a></li>
<li>containerd storage backend: Fix <code>docker inspect</code> failing when a container image config is no longer (or was never) present in the content store. <a href="https://redirect.github.com/moby/moby/pull/46244">moby/moby#46244</a></li>
<li>containerd storage backend: Fix diff and export with the <code>overlayfs</code> snapshotter by using reference-counted rootfs mounts. <a href="https://redirect.github.com/moby/moby/pull/46266">moby/moby#46266</a></li>
<li>containerd storage backend: Fix a misleading error message when the image platforms available locally do not match the desired platform. <a href="https://redirect.github.com/moby/moby/pull/46300">moby/moby#46300</a></li>
<li>containerd storage backend: Fix the <code>FROM scratch</code> Dockerfile instruction with the classic builder. <a href="https://redirect.github.com/moby/moby/pull/46302">moby/moby#46302</a></li>
<li>containerd storage backend: Fix <code>mismatched image rootfs and manifest layers</code> errors with the classic builder. <a href="https://redirect.github.com/moby/moby/pull/46310">moby/moby#46310</a></li>
<li>Warn when pulling Docker Image Format v1, and Docker Image manifest version 2, schema 1 images from all registries. <a href="https://redirect.github.com/moby/moby/pull/46290">moby/moby#46290</a></li>
<li>Fix live-restore of volumes with custom volume options. <a href="https://redirect.github.com/moby/moby/pull/46366">moby/moby#46366</a></li>
<li>Fix incorrectly dropping capabilities bits when running a container as a non-root user (note: this change was already effectively present due to a regression). <a href="https://redirect.github.com/moby/moby/pull/46221">moby/moby#46221</a></li>
<li>Fix network isolation iptables rules preventing IPv6 Neighbor Solicitation packets from being exchanged between containers. <a href="https://redirect.github.com/moby/moby/pull/46214">moby/moby#46214</a></li>
<li>Fix <code>dockerd.exe --register-service</code> not working when the binary is in the current directory on Windows. <a href="https://redirect.github.com/moby/moby/pull/46215">moby/moby#46215</a></li>
<li>Add a hint suggesting the use of a PAT to <code>docker login</code> against Docker Hub. <a href="https://redirect.github.com/docker/cli/pull/4500">docker/cli#4500</a></li>
<li>Improve shell startup time for users of Bash completion for the CLI. <a href="https://redirect.github.com/docker/cli/pull/4517">docker/cli#4517</a></li>
<li>Improve the speed of some commands by skipping <code>GET /_ping</code> when possible. <a href="https://redirect.github.com/docker/cli/pull/4508">docker/cli#4508</a></li>
<li>Fix credential scopes when using a PAT to <code>docker manifest inspect</code> an image on Docker Hub. <a href="https://redirect.github.com/docker/cli/pull/4512">docker/cli#4512</a></li>
<li>Fix <code>docker events</code> not supporting <code>--format=json</code>. <a href="https://redirect.github.com/docker/cli/pull/4544">docker/cli#4544</a></li>
</ul>
<h3>Packaging updates</h3>
<ul>
<li>Upgrade Go to <code>go1.20.7</code>. <a href="https://redirect.github.com/moby/moby/pull/46140">moby/moby#46140</a>, <a href="https://redirect.github.com/docker/cli/pull/4476">docker/cli#4476</a>, <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/932">docker/docker-ce-packaging#932</a></li>
<li>Upgrade containerd to <code>v1.7.3</code> (static binaries only). <a href="https://redirect.github.com/moby/moby/pull/46103">moby/moby#46103</a></li>
<li>Upgrade Compose to <code>v2.21.0</code>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/936">docker/docker-ce-packaging#936</a></li>
</ul>
<h2>v24.0.5</h2>
<h2>24.0.5</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.5">docker/cli, 24.0.5 milestone</a></li>
<li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.5">moby/moby, 24.0.5 milestone</a></li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>The Go client now avoids using UNIX socket paths in the HTTP <code>Host:</code> header, in order to be compatible with changes introduced in <code>go1.20.6</code>. <a href="https://redirect.github.com/moby/moby/pull/45962">moby/moby#45962</a>, <a href="https://redirect.github.com/moby/moby/pull/45990">moby/moby#45990</a></li>
<li>containerd storage backend: Fix <code>Variant</code> not being included in <code>docker image inspect</code> and <code>GET /images/{name}/json</code>. <a href="https://redirect.github.com/moby/moby/pull/46025">moby/moby#46025</a></li>
<li>containerd storage backend: Prevent potential garbage collection of content during image export. <a href="https://redirect.github.com/moby/moby/pull/46021">moby/moby#46021</a></li>
<li>containerd storage backend: Prevent duplicate digest entries in <code>RepoDigests</code>. <a href="https://redirect.github.com/moby/moby/pull/46014">moby/moby#46014</a></li>
<li>containerd storage backend: Fix operations taking place against the incorrect tag when working with an image referenced by tag and digest. <a href="https://redirect.github.com/moby/moby/pull/46013">moby/moby#46013</a></li>
<li>containerd storage backend: Fix a panic caused by <code>EXPOSE</code> when building containers with the legacy builder. <a href="https://redirect.github.com/moby/moby/pull/45921">moby/moby#45921</a></li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/moby/moby/commit/1a7969545d73537545645f5cd2c79b7a77e7d39f"><code>1a79695</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46366">#46366</a> from thaJeztah/24.0_backport_volume-local-restore-m...</li>
<li><a href="https://github.com/moby/moby/commit/c35376c4558a4d69c872e2a6cba72455f3dcb494"><code>c35376c</code></a> volume/local: Don't unmount, restore mounted status</li>
<li><a href="https://github.com/moby/moby/commit/5d4cc0b5b576dd7123c65ba3b030d194507bd829"><code>5d4cc0b</code></a> integration/liveRestore: Check volume content</li>
<li><a href="https://github.com/moby/moby/commit/c78abd96ce700cf7aebb2abb1ec428de65d5fccd"><code>c78abd9</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46330">#46330</a> from thaJeztah/24.0_backport_api_docs_update_urls</li>
<li><a href="https://github.com/moby/moby/commit/6282d95b9e218161d2b21d68bdf27ccdcbb5aa65"><code>6282d95</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46331">#46331</a> from thaJeztah/24.0_backport_update_golangci_lint</li>
<li><a href="https://github.com/moby/moby/commit/1d983e2e8acb4324a5a8df77033d35787e96efdc"><code>1d983e2</code></a> update golangci-lint to v1.54.2</li>
<li><a href="https://github.com/moby/moby/commit/d2e9a19358a2e2dd4e0beca007ed9ba489b7ea76"><code>d2e9a19</code></a> CONTRIBUTING.md: update links to golang docs and blog</li>
<li><a href="https://github.com/moby/moby/commit/73f6053bb3183eb568a7eed6e08e071216e904bf"><code>73f6053</code></a> api: swagger: update link to Go documentation</li>
<li><a href="https://github.com/moby/moby/commit/de13951b9d0fb61595aeec48a14d534cb2fdad07"><code>de13951</code></a> docs/api: update links to Go documentation</li>
<li><a href="https://github.com/moby/moby/commit/7741a89966bc1e03ea1538a6f6d3f2c129ae89bd"><code>7741a89</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46325">#46325</a> from thaJeztah/24.0_backport_hack_less_redirects</li>
<li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v24.0.4...v24.0.6">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.4+incompatible&new-version=24.0.6+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>
  • Loading branch information
mergify[bot] authored Oct 4, 2023
2 parents 766c761 + 9119181 commit 6e16c80
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 @@ -5,7 +5,7 @@ go 1.18
require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/docker/distribution v2.8.2+incompatible
github.com/docker/docker v24.0.4+incompatible
github.com/docker/docker v24.0.6+incompatible
github.com/equinix-labs/otel-init-go v0.0.8
github.com/go-logr/logr v1.2.4
github.com/go-logr/zapr v1.2.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ github.com/dgryski/go-lttb v0.0.0-20180810165845-318fcdf10a77/go.mod h1:Va5MyIzk
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v24.0.4+incompatible h1:s/LVDftw9hjblvqIeTiGYXBCD95nOEEl7qRsRrIOuQI=
github.com/docker/docker v24.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v24.0.6+incompatible h1:hceabKCtUgDqPu+qm0NgsaXf28Ljf4/pWFL7xjWWDgE=
github.com/docker/docker v24.0.6+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
Expand Down

0 comments on commit 6e16c80

Please sign in to comment.