-
Notifications
You must be signed in to change notification settings - Fork 2k
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
vendor: buildkit, containerd, runc, vt100, opentelemetry #3232
Conversation
Need to merge moby/buildkit#2283 first:
|
This comment has been minimized.
This comment has been minimized.
a66c3da
to
8718d4f
Compare
8718d4f
to
1f13f4e
Compare
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1f13f4e
to
a32235f
Compare
Not sure how to deal with
vndr should use the otlp folder to solve deps but we cannot define
I think vndr can't handle nested vendoring unfortunately :( LK4D4/vndr#5 |
For the first one, it looks like
But runc and go.openelemetry.io reference it under the I'm not sure if both can live side-by-side, or if that will be causing issues. Their readme mentions https://github.com/golang/protobuf#go-support-for-protocol-buffers;
.. hm.. actually; looks like the
So we probably need both For this warning:
I think we should be able to specify Giving that a quick try in #3237 |
vendor: github.com/containerd/containerd v1.5.5
containerd/containerd@0e8719f...v1.5.5
vendor: github.com/moby/buildkit fc3c1821711153ba8f39bf4d523d7ec83ecb7379 (v0.9.1-dev)
moby/buildkit@9f254e1...fc3c182
vendor: github.com/opencontainers/runc v1.0.1
opencontainers/runc@b9ee9c6...v1.0.1
vendor: github.com/tonistiigi/vt100 8066bb97264f56c603341d3fce837bb504e662ef (master)
Switch to https://github.com/tonistiigi/vt100 to avoid replace rule that breaks
go get
(fork of https://github.com/jaguilar/vt100). More info moby/buildkit#2180vendor: go.opentelemetry.io
Remove github.com/opentracing/opentracing-go and switch to:
More info: moby/buildkit#2152 moby/buildkit#2192 moby/buildkit#2238
cc @thaJeztah
Signed-off-by: CrazyMax crazy-max@users.noreply.github.com