On 20/05/2024 19:20, Reinhard Tartler wrote:

src/github.com/docker/docker/libcontainerd/shimopts/convert.go:4:2 <http://github.com/docker/docker/libcontainerd/shimopts/convert.go:4:2>: cannot find package "github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options <http://github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options>" in any of: /<<PKGBUILDDIR>>/_build/src/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options <http://github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options> (vendor tree) /usr/lib/go-1.22/src/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options <http://github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options> (from $GOROOT) /<<PKGBUILDDIR>>/_build/src/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options <http://github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options> (from $GOPATH)

From what I remember, Microsoft/hcsshim is something specific to Windows. I could patch it out, and after a bug report upstream, they made some changes so that this module was not imported in Linux builds:

https://github.com/moby/moby/pull/40146/files

But it looks like it came back. Hopefully easy to patch out :)

Best,

Arnaud

Reply via email to