Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump github.com/docker/docker from 24.0.4+incompatible t…
…o 24.0.5+incompatible (#497) Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.4+incompatible to 24.0.5+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.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> <li>Fix a regression causing unintuitive errors to be returned when attempting to create an <code>overlay</code> network on a non-Swarm node. <a href="https://redirect.github.com/moby/moby/pull/45974">moby/moby#45974</a></li> <li>Properly report errors parsing volume specifications from the command line. <a href="https://redirect.github.com/docker/cli/pull/4423">docker/cli#4423</a></li> <li>Fix a panic caused when <code>auths: null</code> is found in the CLI config file. <a href="https://redirect.github.com/docker/cli/pull/4450">docker/cli#4450</a></li> </ul> <h3>Packaging updates</h3> <ul> <li>Use init scripts as provided by in moby/moby <code>contrib/init</code>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/914">docker/docker-ce-packaging#914</a>, <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/926">docker/docker-ce-packaging#926</a></li> <li>Drop Upstart from <code>contrib/init</code>. <a href="https://redirect.github.com/moby/moby/pull/46044">moby/moby#46044</a></li> <li>Upgrade Go to <code>go1.20.6</code>. <a href="https://redirect.github.com/docker/cli/pull/4428">docker/cli#4428</a>, <a href="https://redirect.github.com/moby/moby/pull/45970">moby/moby#45970</a>, <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/921">docker/docker-ce-packaging#921</a></li> <li>Upgrade Compose to <code>v2.20.2</code>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/924">docker/docker-ce-packaging#924</a></li> <li>Upgrade buildx to <code>v0.11.2</code>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/922">docker/docker-ce-packaging#922</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/moby/commit/a61e2b4c9c5f7c241aeb37f389b4444aee26bea4"><code>a61e2b4</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46044">#46044</a> from neersighted/init_cleanup_24.0</li> <li><a href="https://github.com/moby/moby/commit/eede7f09c7d03cdcfdf89853e7483b5c4d51d5c8"><code>eede7f0</code></a> Remove Upstart scripts</li> <li><a href="https://github.com/moby/moby/commit/907f83860382cf2edb2d39fc9766e714cdabaf35"><code>907f838</code></a> Remove Upstart and cgroups bits from Debian sysvinit script</li> <li><a href="https://github.com/moby/moby/commit/52c92be4c5f94cdb93f775099d42c0ee6b66ccc7"><code>52c92be</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46029">#46029</a> from thaJeztah/24.0_backport_bump_runc_binary_1.1.8</li> <li><a href="https://github.com/moby/moby/commit/f022632503d1e58e8008ba38397f0bdea36376f5"><code>f022632</code></a> Dockerfile: update runc binary to v1.1.8</li> <li><a href="https://github.com/moby/moby/commit/bd41493132904ccc60df5cf655f06c14144f47c0"><code>bd41493</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46023">#46023</a> from thaJeztah/24.0_backport_bump_buildx</li> <li><a href="https://github.com/moby/moby/commit/5164e5f6d68f8d895399594b27accbaabbeec8d9"><code>5164e5f</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46025">#46025</a> from vvoland/c8d-inspect-variant-24</li> <li><a href="https://github.com/moby/moby/commit/2b2a72cc65722b1b3f446420f1a7cfa37d7c746e"><code>2b2a72c</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/46021">#46021</a> from thaJeztah/24.0_backport_c8d-image-save-lease</li> <li><a href="https://github.com/moby/moby/commit/98a6422cbcb0ba92e4bc62ff01825008fdc9979e"><code>98a6422</code></a> c8d/inspect: Include platform Variant</li> <li><a href="https://github.com/moby/moby/commit/aab94fb3404923ebc5c421e2b869e1d26c53fb91"><code>aab94fb</code></a> Dockerfile: update buildx to v0.11.2</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v24.0.4...v24.0.5">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.5+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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information