Project 'docker-team/docker' was moved to 'go-team/packages/docker'. Please update any links and bookmarks that may still have the old path.
Backport containerd patches from upstream (fix FTBFS moby/buildkit)
As is almost expected, upstream can't help but build against the master branch, instead of sticking to a release branch. In this case, moby/buildkit vendors containerd v1.4.1-0.20200903181227-d4e78200d6da, meaning that it won't build against containerd v1.4.x. ~~~~ FTBFS vendor/github.com/moby/buildkit/util/resolver/authorizer.go:16:2: cannot find package "github.com/containerd/containerd/remotes/docker/auth" in any of: /usr/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/remotes/docker/auth (vendor tree) /usr/lib/go-1.15/src/github.com/containerd/containerd/remotes/docker/auth (from $GOROOT) /usr/src/docker/.gopath/src/github.com/containerd/containerd/remotes/docker/auth (from $GOPATH) vendor/github.com/moby/buildkit/util/resolver/authorizer.go:17:2: cannot find package "github.com/containerd/containerd/remotes/errors" in any of: /usr/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/remotes/errors (vendor tree) /usr/lib/go-1.15/src/github.com/containerd/containerd/remotes/errors (from $GOROOT) /usr/src/docker/.gopath/src/github.com/containerd/containerd/remotes/errors (from $GOPATH) ~~~~
Showing
- debian/patches/containerd-backport-0001-957bcb3.patch 717 additions, 0 deletionsdebian/patches/containerd-backport-0001-957bcb3.patch
- debian/patches/containerd-backport-0002-b5185ea.patch 223 additions, 0 deletionsdebian/patches/containerd-backport-0002-b5185ea.patch
- debian/patches/containerd-backport-0003-2de5506.patch 206 additions, 0 deletionsdebian/patches/containerd-backport-0003-2de5506.patch
- debian/patches/series 5 additions, 0 deletionsdebian/patches/series
Loading
Please register or sign in to comment