Description
containerd 1.6 is currently unbuildable due to a transient dependency on the github.com/mitchellh/osext module.
This module has been removed by Mitchell.
Its still available in the go module proxy but GOPROXY=direct makes it unbuildable.
Steps to reproduce the issue
- git checkout release/1.6
- make binaries GOPROXY=direct
Describe the results you received and expected
The build fails (assuming you dont have the module cached locally) due to the module being gone.
go: github.com/containerd/[email protected] requires
github.com/containerd/[email protected] requires
github.com/Microsoft/[email protected] requires
github.com/containerd/[email protected] requires
github.com/Microsoft/hcsshim/[email protected] requires
github.com/docker/[email protected] requires
github.com/mitchellh/[email protected]: invalid version: git ls-remote -q origin in /go/pkg/mod/cache/vcs/94ed57c5b21c953d93b47487113db43a5c9b69fd990329ec70dc77348c4dd443: exit status 128:
fatal: could not read Username for 'https://github.com'/: terminal prompts disabled
What version of containerd are you using?
1.6
Any other relevant information
No response
Show configuration if it is related to CRI plugin.
No response
Description
containerd 1.6 is currently unbuildable due to a transient dependency on the github.com/mitchellh/osext module.
This module has been removed by Mitchell.
Its still available in the go module proxy but
GOPROXY=directmakes it unbuildable.Steps to reproduce the issue
Describe the results you received and expected
The build fails (assuming you dont have the module cached locally) due to the module being gone.
What version of containerd are you using?
1.6
Any other relevant information
No response
Show configuration if it is related to CRI plugin.
No response