- Notifications
You must be signed in to change notification settings - Fork3
Commitd5716cc
authored
chore(deps): bump github.com/docker/docker from 28.0.1+incompatible to 28.0.4+incompatible (#206)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from28.0.1+incompatible to 28.0.4+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.0.4</h2><h2>28.0.4</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.0.4">docker/cli,28.0.4 milestone</a></li><li><ahref="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.0.4">moby/moby,28.0.4 milestone</a></li></ul><h3>Bug fixes and enhancements</h3><ul><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></ul><h2>v28.0.3</h2><h2>28.0.3</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.0.3">docker/cli,28.0.3 milestone</a></li><li><ahref="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.0.3">moby/moby,28.0.3 milestone</a></li></ul><h3>Bug fixes and enhancements</h3><ul><li>Fix <code>docker run</code> truncating the<code>STDOUT</code>/<code>STDERR</code> prematurely when the containerexits before the data is consumed. <ahref="https://redirect.github.com/docker/cli/pull/5957">docker/cli#5957</a></li></ul><h3>Packaging updates</h3><ul><li>Update BuildKit to <ahref="https://github.com/moby/buildkit/releases/tag/v0.20.2">v0.20.2</a>.<ahref="https://redirect.github.com/moby/moby/pull/49698">moby/moby#49698</a></li><li>Update <code>runc</code> to <ahref="https://github.com/opencontainers/runc/releases/tag/v1.2.6">v1.2.6</a>(static packages only). <ahref="https://redirect.github.com/moby/moby/pull/49682">moby/moby#49682</a></li><li>Update containerd to <ahref="https://github.com/containerd/containerd/releases/tag/v1.7.26">v1.7.26</a>.<ahref="https://redirect.github.com/docker/containerd-packaging/pull/409">docker/containerd-packaging#409</a></li></ul><h2>v28.0.2</h2><h2>28.0.2</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.0.2">docker/cli,28.0.2 milestone</a></li><li><ahref="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.0.2">moby/moby,28.0.2 milestone</a></li></ul><h3>Bug fixes and enhancements</h3><ul><li>Fix CLI-specific attributes (<code>docker.cli.*</code>) beingunintentionally passed to downstream OTel services. <ahref="https://redirect.github.com/docker/cli/pull/5842">docker/cli#5842</a></li><li>Fix an issue where user-specified<code>OTEL_RESOURCE_ATTRIBUTES</code> were being overridden by CLI'sinternal telemetry attributes. The CLI now properly mergesuser-specified attributes with internal ones, allowing both to coexist.<ahref="https://redirect.github.com/docker/cli/pull/5842">docker/cli#5842</a></li><li>Fix daemon failing to start on Windows when a container createdbefore v28.0.0 was present. <ahref="https://redirect.github.com/moby/moby/pull/49626">moby/moby#49626</a></li><li>Fix possible error on <code>docker buildx prune</code> with the<code>--min-free-space</code>. <ahref="https://redirect.github.com/moby/moby/pull/49623">moby/moby#49623</a></li><li>Fix spurious <code>io: read/write on closed pipe</code> error in thedaemon log when closing container. <ahref="https://redirect.github.com/moby/moby/pull/49590">moby/moby#49590</a></li><li>Fix the Docker daemon failing too early if the containerd socketisn't immediately available. <ahref="https://redirect.github.com/moby/moby/pull/49603">moby/moby#49603</a></li><li>Mask Linux thermal interrupt info in a container's<code>/proc</code> and <code>/sys</code> by default. <ahref="https://redirect.github.com/moby/moby/pull/49560">moby/moby#49560</a></li><li>Update <code>contrib/check-config.sh</code> to check for more kernelmodules related to iptables. <ahref="https://redirect.github.com/moby/moby/pull/49622">moby/moby#49622</a></li><li>containerd image store: Fix integer overflow in User ID handlingpassed via <code>--user</code>. <ahref="https://redirect.github.com/moby/moby/pull/49652">moby/moby#49652</a></li><li>containerd image store: Fix spurious <code>reference for unknowntype: application/vnd.in-toto+json</code> warning being logged to thedaemon's log. <ahref="https://redirect.github.com/moby/moby/pull/49652">moby/moby#49652</a></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/moby/moby/commit/6430e49a55babd9b8f4d08e70ecb2b68900770fe"><code>6430e49</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49700">#49700</a>from vvoland/missing-buildtags</li><li><ahref="https://github.com/moby/moby/commit/cc90726fb80646f6e7730125e3a9df6c6d82cb0c"><code>cc90726</code></a>Add missing go1.22 build constraints</li><li><ahref="https://github.com/moby/moby/commit/330857ad0ffbc8114556f7886997fc43d7be4aad"><code>330857a</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49698">#49698</a>from jsternberg/buildkit-0.20.2</li><li><ahref="https://github.com/moby/moby/commit/2fce935df2cf72cb8ac6d680e1ec97382a393e1c"><code>2fce935</code></a>vendor: github.com/moby/buildkit v0.20.2</li><li><ahref="https://github.com/moby/moby/commit/ecb03c4cdae6f323150fc11b303dcc5dc4d82416"><code>ecb03c4</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49691">#49691</a>from thaJeztah/bump_selinux</li><li><ahref="https://github.com/moby/moby/commit/accda3119df4315260fa2f33d4a9f73b889a1ef4"><code>accda31</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49562">#49562</a>from thaJeztah/switch_cgroups</li><li><ahref="https://github.com/moby/moby/commit/6a0f71cac93c5d255043c91b3443f9db88580e1e"><code>6a0f71c</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49686">#49686</a>from thaJeztah/attach_nits</li><li><ahref="https://github.com/moby/moby/commit/e2011affd48ba9ce2f82f93a09ce1735fd1f1bd0"><code>e2011af</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49692">#49692</a>from thaJeztah/rm_aliases</li><li><ahref="https://github.com/moby/moby/commit/3e957c6240cbfb6f4b710b3ee9e141a26b7b887f"><code>3e957c6</code></a>remove some redundant import-aliases</li><li><ahref="https://github.com/moby/moby/commit/4db84b197dfc23f2a8b5d0d0c569cab124e14d8d"><code>4db84b1</code></a>switch to github.com/opencontainers/cgroups</li><li>Additional commits viewable in <ahref="https://github.com/docker/docker/compare/v28.0.1...v28.0.4">compareview</a></li></ul></details><br />[](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 parentaef09bd commitd5716cc
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 |
| - | |
124 |
| - | |
| 123 | + | |
| 124 | + | |
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
|
0 commit comments
Comments
(0)