Fix grpc withdialer deprecation warning#40032
Conversation
|
Thanks! I see there's a failure in the vendor check; https://ci.docker.com/public/job/moby/job/PR-40032/1/execution/node/260/log/ Interestingly, I just saw the same failure in #39713 (#39713 (comment)), which also updates the containerd dependency @jmartin84 Curious; were the buildkit and containerd bumps necessary to fix the issue? I haven't looked in-depth into the changes, but if they're not, perhaps it would be better to keep that change out. If they are necessary, I think we should wait with merging this one, until after #39713 is merged (then rebase this PR to get rid of the containerd and buildkit bumps) |
|
ok, this is weird; I just tried running Also double checked if the base image hasn't been updated on Docker Hub (which doesn't seem to be the case); https://hub.docker.com/_/golang?tab=tags&page=1&name=stretch |
|
@thaJeztah unfortunately the containerd bump was necessary I'm more than happy to wait for the other pr to get merged. |
83b77b3 to
15d9f71
Compare
Thanks for explaining! |
|
OK, looks like the vendor failure is a problem on master; the reason it worked for me locally, was that I did not do a rebase of your PR, unlike Jenkins, which does a merge before running, which likely explains the different. I opened a PR to fix the vendoring #40037 |
…aler Signed-off-by: Justen Martin <[email protected]>
15d9f71 to
3b49bd1
Compare
|
@thaJeztah looks like the dependent prs got merged so I went ahead and rebased. |
|
ping @kolyshkin @cpuguy83 PTAL |

closes #39928
- What I did
Removed deprecation warning for
grpc.WithDialer- How I did it
Replaced
WithDialerwithWithContextDialer, that change required me to pull in a newer version ofcontainerdwhich ended up requiring a newer version ofbuildkit- How to verify it
Ran unit tests
- Description for the changelog
Bumped buildkit and containerd, fixed deprecation warning for WithDialer
- A picture of a cute animal (not mandatory but encouraged)