Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c8cf7d

Browse files
chore(deps): bump github.com/docker/docker from 27.1.2+incompatible to 27.2.1+incompatible (#88)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from27.1.2+incompatible to 27.2.1+incompatible.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/docker/docker/releases">github.com/docker/docker'sreleases</a>.</em></p><blockquote><h2>v27.2.1</h2><h2>27.2.1</h2><p>For a full list of pull requests and changes in this release, referto the relevant GitHub milestones:</p><ul><li><ahref="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A27.2.1">docker/cli,27.2.1 milestone</a></li><li><ahref="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.2.1">moby/moby,27.2.1 milestone</a></li></ul><h3>Bug fixes and enhancements</h3><ul><li>containerd image store: Fix non-container images being hidden in the<code>docker images</code> output. <ahref="https://redirect.github.com/moby/moby/pull/48402">moby/moby#48402</a></li><li>containerd image store: Improve <code>docker pull</code> errormessage when the image platform doesn't match. <ahref="https://redirect.github.com/moby/moby/pull/48415">moby/moby#48415</a></li><li>CLI: Fix issue causing login to not remove repository names frompassed in registry addresses, resulting in credentials being storedunder the wrong key. <ahref="https://redirect.github.com/docker/cli/pull/5385">docker/cli#5385</a></li><li>CLI: Fix issue that will sometimes cause the browser-login flow tofail if the CLI process is suspended and then resumed while waiting forthe user to authenticate. <ahref="https://redirect.github.com/docker/cli/pull/5376">docker/cli#5376</a></li><li>CLI: <code>docker login</code> now returns an error instead ofhanging if called non-interactively with <code>--password</code> or<code>--password-stdin</code> but without <code>--user</code>. <ahref="https://redirect.github.com/docker/cli/pull/5402">docker/cli#5402</a></li></ul><h3>Packaging updates</h3><ul><li>Update <code>runc</code> to <ahref="https://github.com/opencontainers/runc/releases/tag/v1.1.14">v1.1.14</a>,which contains a fix for <ahref="https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv">CVE-2024-45310</a>.<ahref="https://redirect.github.com/moby/moby/pull/48426">moby/moby#48426</a></li><li>Update Go runtime to 1.22.7. <ahref="https://redirect.github.com/moby/moby/pull/48433">moby/moby#48433</a>,<ahref="https://redirect.github.com/docker/cli/pull/5411">docker/cli#5411</a>,<ahref="https://redirect.github.com/docker/docker-ce-packaging/pull/1068">docker/docker-ce-packaging#1068</a></li></ul><h2>v27.2.0</h2><h2>27.2.0</h2><p>For a full list of pull requests and changes in this release, referto the relevant GitHub milestones:</p><ul><li><ahref="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A27.2.0">docker/cli,27.2.0 milestone</a></li><li><ahref="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.2.0">moby/moby,27.2.0 milestone</a></li><li>Deprecated and removed features, see <ahref="https://github.com/docker/cli/blob/v27.2.0/docs/deprecated.md">DeprecatedFeatures</a>.</li><li>Changes to the Engine API, see <ahref="https://github.com/moby/moby/blob/v27.2.0/docs/api/version-history.md">APIversion history</a>.</li></ul><h3>New</h3><ul><li>CLI: Add support for device-code flow login when authenticating tothe official registry. <ahref="https://redirect.github.com/docker/cli/pull/5349">docker/cli#5349</a></li><li>containerd image store: <code>docker image ls</code> now supports<code>--tree</code> flag that shows a multiplatform-aware image list.This is experimental and may change at any time without any backwardscompatibility. <ahref="https://redirect.github.com/docker/cli/pull/5353">docker/cli#5353</a></li></ul><h3>API</h3><ul><li><code>GET /images/json</code> response now includes<code>Manifests</code> field, which contains information about thesub-manifests included in the image index. This includes things likeplatform-specific manifests and build attestations.The new field will only be populated if the request also sets the<code>manifests</code> query parameter to <code>true</code>.</li></ul><blockquote><p>[!WARNING]</p><p>This is experimental and may change at any time without any backwardcompatibility.</p></blockquote><h3>Bug fixes and enhancements</h3><ul><li>CLI: Fix issue with remote contexts over SSH where the CLI wouldallocate a pseudoterminal when connecting to the remote host, whichcauses issues in rare situations. <ahref="https://redirect.github.com/docker/cli/pull/5351">docker/cli#5351</a></li><li>Fix an issue that prevented network creation with a<code>--ip-range</code> ending on a 64-bit boundary. <ahref="https://redirect.github.com/moby/moby/pull/48326">moby/moby#48326</a></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/moby/moby/commit/8b539b8df24032dabeaaa099cf1d0535ef0286a3"><code>8b539b8</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/48433">#48433</a>from vvoland/48432-27.x</li><li><ahref="https://github.com/moby/moby/commit/37bf6e81f9298df8d504de05d4bff0a426ddeac2"><code>37bf6e8</code></a>update to go1.22.7</li><li><ahref="https://github.com/moby/moby/commit/fefdb1bf24bd87cb5cb8a7e5783ce4c5a83a0f05"><code>fefdb1b</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/48430">#48430</a>from vvoland/48425-27.x</li><li><ahref="https://github.com/moby/moby/commit/3a4c5892901537a4287cfe1e959f9fdaee18df40"><code>3a4c589</code></a>vendor: github.com/opencontainers/runc v1.1.14</li><li><ahref="https://github.com/moby/moby/commit/6eeb414adf074817a3ea4e78728e3b0879339e9d"><code>6eeb414</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/48426">#48426</a>from thaJeztah/27.x_backport_bump_runc_1.1.14</li><li><ahref="https://github.com/moby/moby/commit/54af846a0c4101fe13647d197c4f2a5009febc0f"><code>54af846</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/48416">#48416</a>from thaJeztah/27.x_backport_update_go_1.22</li><li><ahref="https://github.com/moby/moby/commit/10cf2d64b6a89a54aab0e39b57a0c991d745ef91"><code>10cf2d6</code></a>update runc binary to 1.1.14</li><li><ahref="https://github.com/moby/moby/commit/7b86f40aa2fd1ed5d4430e1a7519cc14dc8ddb88"><code>7b86f40</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/48423">#48423</a>from vvoland/48422-27.x</li><li><ahref="https://github.com/moby/moby/commit/84cfcb0893edf29d5173545c6013739c5aef8c7e"><code>84cfcb0</code></a>docs/api: add documentation for API v1.47</li><li><ahref="https://github.com/moby/moby/commit/edeb6ba9fbeab2675cd7086ef3b77ae8a43ac585"><code>edeb6ba</code></a>golangci-lint: temporarily disable G115: integer overflowconversion</li><li>Additional commits viewable in <ahref="https://github.com/docker/docker/compare/v27.1.2...v27.2.1">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=27.1.2+incompatible&new-version=27.2.1+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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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>
1 parent0a60290 commit4c8cf7d

File tree

2 files changed

+8
-271
lines changed

2 files changed

+8
-271
lines changed

‎go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.5
55
require (
66
cdr.dev/slogv1.6.2-0.20240126064726-20367d4aede6
77
github.com/coder/coder/v2v2.14.2
8-
github.com/docker/dockerv27.1.2+incompatible
8+
github.com/docker/dockerv27.2.1+incompatible
99
github.com/docker/go-connectionsv0.5.0
1010
github.com/google/uuidv1.6.0
1111
github.com/hashicorp/terraform-plugin-docsv0.19.4
@@ -107,6 +107,7 @@ require (
107107
github.com/outcaste-io/ristrettov0.2.3// indirect
108108
github.com/philhofer/fwdv1.1.2// indirect
109109
github.com/pion/transport/v2v2.2.10// indirect
110+
github.com/pion/transport/v3v3.0.7// indirect
110111
github.com/pion/udpv0.1.4// indirect
111112
github.com/pkg/errorsv0.9.1// indirect
112113
github.com/pmezard/go-difflibv1.0.1-0.20181226105442-5d4384ee4fb2// indirect

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp