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

Commitc6e6b7f

Browse files
chore(deps): bump github.com/docker/docker from 28.0.4+incompatible to 28.1.1+incompatible (#213)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from28.0.4+incompatible to 28.1.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>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/docker/docker/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/docker/docker/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/docker/docker/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/docker/docker/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/docker/docker/issues/49827">#49827</a>from robmry/warn_no_ext_nameservers</li><li>Additional commits viewable in <ahref="https://github.com/docker/docker/compare/v28.0.4...v28.1.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=28.0.4+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 parent9ef1ebc commitc6e6b7f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

‎go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.1
55
require (
66
cdr.dev/slogv1.6.2-0.20241112041820-0ec81e6e67bb
77
github.com/coder/coder/v2v2.21.0
8-
github.com/docker/dockerv28.0.4+incompatible
8+
github.com/docker/dockerv28.1.1+incompatible
99
github.com/docker/go-connectionsv0.5.0
1010
github.com/google/uuidv1.6.0
1111
github.com/hashicorp/terraform-plugin-docsv0.21.0
@@ -113,6 +113,7 @@ require (
113113
github.com/mitchellh/reflectwalkv1.0.2// indirect
114114
github.com/moby/docker-image-specv1.3.1// indirect
115115
github.com/moby/mobyv28.0.0+incompatible// indirect
116+
github.com/moby/sys/atomicwriterv0.1.0// indirect
116117
github.com/modern-go/concurrentv0.0.0-20180306012644-bacd9c7ef1dd// indirect
117118
github.com/modern-go/reflect2v1.0.2// indirect
118119
github.com/muesli/termenvv0.16.0// indirect

‎go.sum

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WA
126126
github.com/dgryski/go-farmv0.0.0-20200201041132-a6ae2369ad13/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw=
127127
github.com/distribution/referencev0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
128128
github.com/distribution/referencev0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
129-
github.com/docker/dockerv28.0.4+incompatible h1:JNNkBctYKurkw6FrHfKqY0nKIDf5nrbxjVBtS+cdcok=
130-
github.com/docker/dockerv28.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
129+
github.com/docker/dockerv28.1.1+incompatible h1:49M11BFLsVO1gxY9UX9p/zwkE/rswggs8AdFmXQw51I=
130+
github.com/docker/dockerv28.1.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
131131
github.com/docker/go-connectionsv0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
132132
github.com/docker/go-connectionsv0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
133133
github.com/docker/go-unitsv0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
@@ -329,6 +329,10 @@ github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3N
329329
github.com/moby/docker-image-specv1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
330330
github.com/moby/mobyv28.0.0+incompatible h1:D+F1Z56b/DS8J5pUkTG/stemqrvHBQ006hUqJxjV9P0=
331331
github.com/moby/mobyv28.0.0+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
332+
github.com/moby/sys/atomicwriterv0.1.0 h1:kw5D/EqkBwsBFi0ss9v1VG3wIkVhzGvLklJ+w3A14Sw=
333+
github.com/moby/sys/atomicwriterv0.1.0/go.mod h1:Ul8oqv2ZMNHOceF643P6FKPXeCmYtlQMvpizfsSoaWs=
334+
github.com/moby/sys/sequentialv0.6.0 h1:qrx7XFUd/5DxtqcoH1h438hF5TmOvzC/lspjy7zgvCU=
335+
github.com/moby/sys/sequentialv0.6.0/go.mod h1:uyv8EUTrca5PnDsdMGXhZe6CCe8U/UiTWd+lL+7b/Ko=
332336
github.com/moby/termv0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=
333337
github.com/moby/termv0.5.0/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y=
334338
github.com/modern-go/concurrentv0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp