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

Commitb62335e

Browse files
chore: bump github.com/moby/moby from 28.0.0+incompatible to 28.1.1+incompatible (#17477)
Bumps [github.com/moby/moby](https://github.com/moby/moby) from28.0.0+incompatible to 28.1.1+incompatible.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/moby/moby/releases">github.com/moby/moby'sreleases</a>.</em></p><blockquote><h2>v28.1.1</h2><h2>28.1.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%3A28.1.1">docker/cli,28.1.1 milestone</a></li><li><ahref="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.1.1">moby/moby,28.1.1 milestone</a></li></ul><h3>Bug fixes and enhancements</h3><ul><li>Fix <code>dockerd-rootless-setuptool.sh</code> incorrectly reportingmissing <code>iptables</code>. <ahref="https://redirect.github.com/moby/moby/pull/49833">moby/moby#49833</a></li><li>containerd image store: Fix a potential daemon crash when using<code>docker load</code> with archives containing zero-size tar headers.<ahref="https://redirect.github.com/moby/moby/pull/49837">moby/moby#49837</a></li></ul><h3>Packaging updates</h3><ul><li>Update Buildx to <ahref="https://github.com/docker/buildx/releases/tag/v0.23.0">v0.23.0</a>.<ahref="https://redirect.github.com/docker/docker-ce-packaging/pull/1185">docker/docker-ce-packaging#1185</a></li><li>Update Compose to <ahref="https://github.com/docker/compose/releases/tag/v2.35.1">v2.35.1</a>.<ahref="https://redirect.github.com/docker/docker-ce-packaging/pull/1188">docker/docker-ce-packaging#1188</a></li></ul><h3>Networking</h3><ul><li>Add a warning to a container's <code>/etc/resolv.conf</code> when noupstream DNS servers were found. <ahref="https://redirect.github.com/moby/moby/pull/49827">moby/moby#49827</a></li></ul><h2>v28.1.0</h2><h2>28.1.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%3A28.1.0">docker/cli,28.1.0 milestone</a></li><li><ahref="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.1.0">moby/moby,28.1.0 milestone</a></li><li>Changes to the Engine API, see <ahref="https://github.com/moby/moby/blob/v28.1.0/docs/api/version-history.md">APIversion history</a>.</li></ul><h3>New</h3><ul><li>Add <code>docker bake</code> sub-command as alias for <code>dockerbuildx bake</code>. <ahref="https://redirect.github.com/docker/cli/pull/5947">docker/cli#5947</a></li><li>Experimental: add a new <code>--use-api-socket</code> flag on<code>docker run</code> and <code>docker create</code> to enable accessto Docker socket from inside a container and to share credentials fromthe host with the container. <ahref="https://redirect.github.com/docker/cli/pull/5858">docker/cli#5858</a></li><li><code>docker image inspect</code> now supports a<code>--platform</code> flag to inspect a specific platform of amulti-platform image. <ahref="https://redirect.github.com/docker/cli/pull/5934">docker/cli#5934</a></li></ul><h3>Bug fixes and enhancements</h3><ul><li>Add CLI shell-completion for context names. <ahref="https://redirect.github.com/docker/cli/pull/6016">docker/cli#6016</a></li><li>Fix <code>docker images --tree</code> not including non-containerimages content size in the total image content size. <ahref="https://redirect.github.com/docker/cli/pull/6000">docker/cli#6000</a></li><li>Fix <code>docker load</code> not preserving replaced images. <ahref="https://redirect.github.com/moby/moby/pull/49650">moby/moby#49650</a></li><li>Fix <code>docker login</code> hints when logging in to a customregistry. <ahref="https://redirect.github.com/docker/cli/pull/6015">docker/cli#6015</a></li><li>Fix <code>docker stats</code> not working properly on machines withhigh CPU core count. <ahref="https://redirect.github.com/moby/moby/pull/49734">moby/moby#49734</a></li><li>Fix a regression causing <code>docker pull/push</code> to fail wheninteracting with a private repository. <ahref="https://redirect.github.com/docker/cli/pull/5964">docker/cli#5964</a></li><li>Fix an issue preventing rootless Docker setup on a host with no<code>ip_tables</code> kernel module. <ahref="https://redirect.github.com/moby/moby/pull/49727">moby/moby#49727</a></li><li>Fix an issue that could lead to unwanted iptables rules beingrestored and never deleted following a firewalld reload. <ahref="https://redirect.github.com/moby/moby/pull/49728">moby/moby#49728</a></li><li>Improve CLI completion of <code>docker service scale</code>. <ahref="https://redirect.github.com/docker/cli/pull/5968">docker/cli#5968</a></li><li><code>docker images --tree</code> now hides both untagged anddangling images by default. <ahref="https://redirect.github.com/docker/cli/pull/5924">docker/cli#5924</a></li><li><code>docker system info</code> will provide an exit code if aconnection cannot be established to the Docker daemon. <ahref="https://redirect.github.com/docker/cli/pull/5918">docker/cli#5918</a></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/moby/moby/commit/01f442b84d6a669c1e335b800d4670997cd5aa93"><code>01f442b</code></a>Merge pull request <ahref="https://redirect.github.com/moby/moby/issues/49588">#49588</a>from thaJeztah/bump_go_build_tags</li><li><ahref="https://github.com/moby/moby/commit/e03c0f03e7178cb4b9e927ffaeea73f228a7ad45"><code>e03c0f0</code></a>Merge pull request <ahref="https://redirect.github.com/moby/moby/issues/49834">#49834</a>from thaJeztah/cleanup_ignore</li><li><ahref="https://github.com/moby/moby/commit/8dde918e774b73971544b1e43586870e8e4acfeb"><code>8dde918</code></a>Merge pull request <ahref="https://redirect.github.com/moby/moby/issues/49837">#49837</a>from thaJeztah/bump_containerd_2.0.5</li><li><ahref="https://github.com/moby/moby/commit/e70ce7a35b94b0915dae5ba356a69d07ded2fd46"><code>e70ce7a</code></a>Merge pull request <ahref="https://redirect.github.com/moby/moby/issues/49833">#49833</a>from vvoland/rootless-iptables-check</li><li><ahref="https://github.com/moby/moby/commit/fc8361c0784a8a29347633d0b8f2280e57068078"><code>fc8361c</code></a>vendor: github.com/containerd/containerd v2.0.5</li><li><ahref="https://github.com/moby/moby/commit/62f51e43670ffd1aa18672909cfa9e4300a2ab13"><code>62f51e4</code></a>vendor: golang.org/x/oauth2 v0.29.0</li><li><ahref="https://github.com/moby/moby/commit/bbbb0036df25d56766bc5ce869080bdf0265e511"><code>bbbb003</code></a>cleanup ignore files</li><li><ahref="https://github.com/moby/moby/commit/ead379a46457986eadf07273fedec378e87e515f"><code>ead379a</code></a>contrib/rootless-setuptool: Fix iptables detection</li><li><ahref="https://github.com/moby/moby/commit/7c52c4d92e4fe584e2d25209a54c7d07c24baee1"><code>7c52c4d</code></a>update go:build tags to go1.23 to align with vendor.mod</li><li><ahref="https://github.com/moby/moby/commit/6573a13e4adf5d9d3b2e0ab4e44ade244dd3c798"><code>6573a13</code></a>Merge pull request <ahref="https://redirect.github.com/moby/moby/issues/49827">#49827</a>from robmry/warn_no_ext_nameservers</li><li>Additional commits viewable in <ahref="https://github.com/moby/moby/compare/v28.0.0...v28.1.1">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/moby/moby&package-manager=go_modules&previous-version=28.0.0+incompatible&new-version=28.1.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 parent345435a commitb62335e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ require (
155155
github.com/mattn/go-isattyv0.0.20
156156
github.com/mitchellh/go-wordwrapv1.0.1
157157
github.com/mitchellh/mapstructurev1.5.1-0.20231216201459-8508981c8b6c
158-
github.com/moby/mobyv28.0.0+incompatible
158+
github.com/moby/mobyv28.1.1+incompatible
159159
github.com/mocktools/go-smtp-mock/v2v2.4.0
160160
github.com/muesli/termenvv0.16.0
161161
github.com/natefinch/atomicv1.0.1

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,8 +1558,8 @@ github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zx
15581558
github.com/mitchellh/reflectwalkv1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
15591559
github.com/moby/docker-image-specv1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
15601560
github.com/moby/docker-image-specv1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
1561-
github.com/moby/mobyv28.0.0+incompatible h1:D+F1Z56b/DS8J5pUkTG/stemqrvHBQ006hUqJxjV9P0=
1562-
github.com/moby/mobyv28.0.0+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
1561+
github.com/moby/mobyv28.1.1+incompatible h1:lyEaGTiUhIdXRUv/vPamckAbPt5LcPQkeHmwAHN98eQ=
1562+
github.com/moby/mobyv28.1.1+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
15631563
github.com/moby/patternmatcherv0.6.0 h1:GmP9lR19aU5GqSSFko+5pRqHi+Ohk1O69aFiKkVGiPk=
15641564
github.com/moby/patternmatcherv0.6.0/go.mod h1:hDPoyOpDY7OrrMDLaYoY3hf52gNCR/YOUYxkhApJIxc=
15651565
github.com/moby/sys/sequentialv0.6.0 h1:qrx7XFUd/5DxtqcoH1h438hF5TmOvzC/lspjy7zgvCU=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp