vendor: update containerd to 1.3.0-beta#1107
Conversation
f72916a to
cff3c82
Compare
|
@tonistiigi needs a rebase |
go.mod
Outdated
| github.com/opencontainers/go-digest v1.0.0-rc1 | ||
| github.com/opencontainers/image-spec v1.0.1 | ||
| github.com/opencontainers/runc v1.0.0-rc8 | ||
| github.com/opencontainers/runc v1.0.0-rc6 |
There was a problem hiding this comment.
Why did this roll back to an older runc version? Is it because it no longer uses a version that matches a tag? https://github.com/containerd/containerd/blob/v1.3.0-beta.1/vendor.conf#L23
There was a problem hiding this comment.
It is the go.mod sorting that does this. Need to make up prefixes again.
cff3c82 to
3506e3b
Compare
| github.com/containerd/cgroups v0.0.0-20190717030353-c4b9ac5c7601 // indirect | ||
| github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 | ||
| github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 | ||
| github.com/containerd/containerd v1.3.0-beta.0.0.20190802175917-f0821348b4a8 |
There was a problem hiding this comment.
This was tagged now as v1.3.0-beta.1 https://github.com/containerd/containerd/releases/tag/v1.3.0-beta.1
There was a problem hiding this comment.
beta.1 is f06e605f1aef6150b5b4d4556e5b84eeb758fb51
There was a problem hiding this comment.
ah, hm, my bad guess I copied the wrong one; any reason not to update to beta.1 ? containerd/containerd@f082134...f06e605
| import ( | ||
| "context" | ||
|
|
||
| "github.com/containerd/cgroups" |
There was a problem hiding this comment.
For the record, just by removing this dependency, we could remove 17047 lines of vendoring.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
3506e3b to
ac8fd77
Compare
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
needs containerd/containerd#3480 before merge@dmcgowan