Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/docker/docker from 20.10.20+incompatible to 20.10.21+incompatible #942

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2022

Bumps github.com/docker/docker from 20.10.20+incompatible to 20.10.21+incompatible.

Release notes

Sourced from github.com/docker/docker's releases.

v20.10.21

This release of Docker Engine contains updated versions of Docker Compose, Docker Scan, Containerd, added packages for Ubuntu 22.10, and some minor bug fixes and enhancements.

Client

  • Remove "experimental" gates around "--platform" in bash completion docker/cli#3824.

Daemon

  • Allow "allow-nondistributable-artifacts" to be configured for Docker Hub moby/moby#44313.
  • Fix an Invalid standard handle identifie panic when registering the docker daemon as a service from a legacy CLI on Windows moby/moby#44326.

Builder

  • Fix running git commands in Cygwin on Windows moby/moby#44332.
  • Update bundled BuildKit version to to fix "output clipped, log limit 1MiB reached" errors moby/moby#44339.

Packaging

  • Provide packages for Ubuntu 22.10 "Kinetic Kudu".
  • Update Docker Compose to v2.12.2.
  • Update Docker Scan to v0.21.0.
  • Update containerd (containerd.io package) to v1.6.9.
Commits
  • 3056208 Merge pull request #44358 from thaJeztah/20.10_backport_busybox_w32_img
  • f99cb82 integration: download busybox-w32 from GitHub Release
  • 24aa4c9 Merge pull request #44353 from thaJeztah/20.10_backport_update_containerd_binary
  • 3f9dc25 update containerd binary to v1.6.9
  • 753cd92 Merge pull request #44326 from thaJeztah/20.10_bump_term_ansiterm
  • 82f583c Merge pull request #44339 from crazy-max/20.10_update_buildkit
  • 87ccd38 vendor: moby/term, Azure/go-ansiterm for golang.org/x/sys/windows compatibility
  • e83e465 [20.10] vendor: github.com/moby/buildkit eeb7b65ab7d651770a5ec52a06ea7c96eb97...
  • e3fef9a Merge pull request #44340 from thaJeztah/20.10_backport_skip_tests
  • 9c84417 skip TestImagePullStoredfDigestForOtherRepo() on Windows and rootless
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.20+incompatible to 20.10.21+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](moby/moby@v20.10.20...v20.10.21)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 25, 2022 23:12
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 25, 2022
@jjbustamante
Copy link
Member

The error on windows was:

 analyzer_test.go:69: Expected nil: failed to execute command: [docker rm test-container-wkllerrdoc], exit status 1, Error response from daemon: container 3b3641a
16baa86ead399670042ca3d4295660c801bb8e7cf4e70b2ae4b24a59b: driver "windowsfilter" failed to remove root filesystem: failed to detach VHD: failed to detach virtual disk: The
device is not ready.: rename C:\ProgramData\docker\windowsfilter\3b3641a16baa86ead399670042ca3d4295660c801bb8e7cf4e70b2ae4b24a59b C:\ProgramData\docker\windowsfilter\3b3641a
16baa86ead399670042ca3d4295660c801bb8e7cf4e70b2ae4b24a59b-removing: Access is denied.

It looks like an environment issue, I will run the CI again

@codecov
Copy link

codecov bot commented Nov 9, 2022

Codecov Report

Merging #942 (222e7bf) into main (6a2b4bf) will increase coverage by 0.57%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #942      +/-   ##
==========================================
+ Coverage   65.62%   66.18%   +0.57%     
==========================================
  Files          80       84       +4     
  Lines        5767     5813      +46     
==========================================
+ Hits         3784     3847      +63     
+ Misses       1593     1579      -14     
+ Partials      390      387       -3     
Flag Coverage Δ
os_linux 65.62% <ø> (ø)
os_windows 60.25% <ø> (?)
unit 65.62% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@natalieparellano natalieparellano merged commit 64c41f8 into main Nov 9, 2022
@natalieparellano natalieparellano deleted the dependabot/go_modules/github.com/docker/docker-20.10.21incompatible branch November 9, 2022 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants