Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump github.com/docker/docker from 27.4.1+incompatible t…
…o 27.5.0+incompatible (#265) Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.4.1+incompatible to 27.5.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>v27.5.0</h2> <h2>27.5.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%3A27.5.0">docker/cli, 27.5.0 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.5.0">moby/moby, 27.5.0 milestone</a></li> </ul> <h3>Bugfixes and enhancements</h3> <ul> <li>containerd image store: Fix passing a build context via tarball to the <code>/build</code> endpoint. <a href="https://redirect.github.com/moby/moby/pull/49194">moby/moby#49194</a></li> <li>Builder garbage collection policies without a <code>keepStorage</code> value now inherit the <code>defaultKeepStorage</code> limit as intended. <a href="https://redirect.github.com/moby/moby/pull/49137">moby/moby#49137</a></li> <li>Preserve network labels during daemon startup. <a href="https://redirect.github.com/moby/moby/pull/49200">moby/moby#49200</a></li> <li>Fix a potential race condition error when deleting a container. <a href="https://redirect.github.com/moby/moby/pull/49239">moby/moby#49239</a></li> </ul> <h3>Go SDK</h3> <ul> <li><code>pkg/sysinfo</code>: deprecate <code>NumCPU</code>. This utility has the same behavior as <code>runtime.NumCPU</code>. <a href="https://redirect.github.com/moby/moby/pull/49247">moby/moby#49247</a></li> <li><code>pkg/fileutils</code>: deprecate <code>GetTotalUsedFds</code>: this function is only used internally and will be removed in the next release. <a href="https://redirect.github.com/moby/moby/pull/49209">moby/moby#49209</a></li> <li><code>pkg/ioutils</code>: deprecate <code>BytesPipe</code>, <code>NewBytesPipe</code>, <code>ErrClosed</code>, <code>WriteCounter</code>, <code>NewWriteCounter</code>, <code>NewReaderErrWrapper</code>, <code>NopFlusher</code>, <code>NopWriter</code>, <code>NopWriteCloser</code>. They were only used internally and will be removed in the next release. <a href="https://redirect.github.com/moby/moby/pull/49246">moby/moby#49246</a>, <a href="https://redirect.github.com/moby/moby/pull/49255">moby/moby#49255</a></li> <li><code>pkg/reexec</code>: This package is deprecated and moved to a separate module. Use <code>github.com/moby/sys/reexec</code> instead. <a href="https://redirect.github.com/moby/moby/pull/49135">moby/moby#49135</a></li> </ul> <h3>Packaging updates</h3> <ul> <li>Update containerd to <a href="https://github.com/containerd/containerd/releases/tag/v1.7.25">v1.7.25</a> <a href="https://redirect.github.com/moby/moby/pull/49253">moby/moby#49253</a></li> <li>Update <code>runc</code> to <a href="https://github.com/opencontainers/runc/releases/tag/v1.2.4">v1.2.4</a> <a href="https://redirect.github.com/moby/moby/pull/49243">moby/moby#49243</a></li> <li>Update BuildKit to <a href="https://github.com/moby/buildkit/releases/tag/v0.18.2">v0.18.2</a> <a href="https://redirect.github.com/moby/moby/pull/48949">moby/moby#48949</a></li> <li>Update Compose to <a href="https://github.com/docker/compose/releases/tag/v2.32.2">v2.32.2</a> <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/1140">docker/docker-ce-packaging#1140</a></li> </ul> <h2>v27.5.0-rc.2</h2> <h2>27.5.0-rc.2</h2> <p>This is a pre-release of the upcoming 27.5.0 release.</p> <p>Pre-releases are intended for testing new releases: <strong>only install in a test environment!</strong></p> <pre lang="bash"><code>curl -fsSL https://get.docker.com -o get-docker.sh sudo CHANNEL=test sh get-docker.sh </code></pre> <h3>Known issues:</h3> <ul> <li>There is no changelog yet; an overview of pull requests included in this release can be found on GitHub: <ul> <li>docker cli: <a href="https://github.com/docker/cli/pulls?q=is%3Apr+milestone%3A27.5.0+is%3Amerged">all pull requests for 27.5.0</a> / <a href="https://github.com/docker/cli/pulls?q=is%3Apr+milestone%3A27.5.0+label%3Aimpact%2Fchangelog+is%3Amerged">all "changelog" pull requests for 27.5.0</a></li> <li>docker engine: <a href="https://github.com/moby/moby/pulls?q=is%3Apr+milestone%3A27.5.0+is%3Amerged">all pull requests for 27.5.0</a> / <a href="https://github.com/moby/moby/pulls?q=is%3Apr+milestone%3A27.5.0+label%3Aimpact%2Fchangelog+is%3Amerged">all "changelog" pull requests for 27.5.0</a></li> </ul> </li> <li>There are no packages available yet for the s390x and ppc64le architectures</li> </ul> <p>Bugs and regressions can be reported in these issue trackers:</p> <ul> <li>Related to the CLI: <a href="https://github.com/docker/cli/issues">https://github.com/docker/cli/issues</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/38b84dce32c45732606fe09ffebef8b29a783644"><code>38b84dc</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/49255">#49255</a> from thaJeztah/27.x_backport_ioutils_more_deprecations</li> <li><a href="https://github.com/moby/moby/commit/ae821132d3b5342112b1c8505ce12f05562c2cd4"><code>ae82113</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/49253">#49253</a> from thaJeztah/27.x_backport_bump_containerd_binary...</li> <li><a href="https://github.com/moby/moby/commit/8a2fd51c84e9ce58b7dec29e1b86844ac4b5b3a6"><code>8a2fd51</code></a> pkg/ioutils: deprecate NopWriteCloser</li> <li><a href="https://github.com/moby/moby/commit/cf37b661dd227efff5271c1b5fcc613dc21ef5a7"><code>cf37b66</code></a> pkg/ioutils: deprecate NopWriter</li> <li><a href="https://github.com/moby/moby/commit/c83f65882947c39b8b6c36065b522b7b6c84656e"><code>c83f658</code></a> Dockerfile: update containerd to v1.7.25</li> <li><a href="https://github.com/moby/moby/commit/931be8ef77582bed66786d7a26b0362d62d35444"><code>931be8e</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/49246">#49246</a> from thaJeztah/27.x_backport_ioutils_deprecations</li> <li><a href="https://github.com/moby/moby/commit/2e1aee3326f1de072679d5fbb3a0d2f7e7d7d7cb"><code>2e1aee3</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/49249">#49249</a> from robmry/backport-27.x/fix_unit_tests_for_nftabl...</li> <li><a href="https://github.com/moby/moby/commit/f53d72e0be380a948cd2bc9f909922dc2f95338a"><code>f53d72e</code></a> Fix unit tests for an nftables host</li> <li><a href="https://github.com/moby/moby/commit/55f705597c1e2b16883f2feae29b03f4dcfc0b0f"><code>55f7055</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/49243">#49243</a> from thaJeztah/27.x_backport_bump_runc_binary_1.2.4</li> <li><a href="https://github.com/moby/moby/commit/36ad318a2dbb7624efa8f2e933b33d4ada10d01b"><code>36ad318</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/49247">#49247</a> from thaJeztah/27.x_backport_deprecate_runtime_numcpu</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v27.4.1...v27.5.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=27.4.1+incompatible&new-version=27.5.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 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