We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make container fails on step 5 with this error:
Step 5/27 : RUN go install -v ./... ---> Running in 4dee84188e3d go: downloading k8s.io/apimachinery v0.17.4 go: downloading github.com/aws/aws-sdk-go v1.29.23 go: downloading github.com/sirupsen/logrus v1.4.2 go: downloading k8s.io/client-go v0.15.11 go: downloading k8s.io/api v0.17.4 go: downloading golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 go: downloading k8s.io/klog v1.0.0 go: downloading golang.org/x/net v0.0.0-20200301022130-244492dfa37a go: downloading github.com/gogo/protobuf v1.3.1 go: downloading github.com/google/gofuzz v1.1.0 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading golang.org/x/text v0.3.2 go: downloading github.com/jmespath/go-jmespath v0.3.0 /go/pkg/mod/golang.org/x/[email protected]/idna/idna10.0.0.go:25:2: golang.org/x/[email protected]: unexpected EOF /go/pkg/mod/golang.org/x/[email protected]/idna/idna10.0.0.go:26:2: golang.org/x/[email protected]: unexpected EOF /go/pkg/mod/golang.org/x/[email protected]/idna/idna10.0.0.go:27:2: golang.org/x/[email protected]: unexpected EOF pkg/secret/secret.go:27:2: k8s.io/[email protected]: unexpected EOF pkg/secret/secret.go:28:2: k8s.io/[email protected]: unexpected EOF pkg/controller/client.go:21:2: k8s.io/[email protected]: unexpected EOF The command '/bin/sh -c go install -v ./...' returned a non-zero code: 1 Makefile:65: recipe for target 'container' failed make: *** [container] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Make container fails on step 5 with this error:
The text was updated successfully, but these errors were encountered: