Skip to content

Commit

Permalink
build(deps): Bump github.com/docker/docker from 24.0.5+incompatible t…
Browse files Browse the repository at this point in the history
…o 24.0.6+incompatible (runfinch#561)

Bumps [github.com/docker/docker](https://github.com/docker/docker) from
24.0.5+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>
</blockquote>
</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.5...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.5+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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and ginglis13 committed Sep 27, 2023
1 parent 54864e1 commit 2ef6dee
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 @@ -4,7 +4,7 @@ go 1.20

require (
github.com/docker/cli v24.0.5+incompatible
github.com/docker/docker v24.0.5+incompatible
github.com/docker/docker v24.0.6+incompatible
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.6.0
github.com/lima-vm/lima v0.17.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/docker/cli v24.0.5+incompatible h1:WeBimjvS0eKdH4Ygx+ihVq1Q++xg36M/rMi4aXAvodc=
github.com/docker/cli v24.0.5+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/docker v24.0.5+incompatible h1:WmgcE4fxyI6EEXxBRxsHnZXrO1pQ3smi0k/jho4HLeY=
github.com/docker/docker v24.0.5+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/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=
github.com/docker/docker-credential-helpers v0.7.0/go.mod h1:rETQfLdHNT3foU5kuNkFR1R1V12OJRRO5lzt2D1b5X0=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
Expand Down

0 comments on commit 2ef6dee

Please sign in to comment.