Closed zhengchao88 closed 4 years ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
same here, I'd like to test this driver but can't build it.
@zhengchao88 But if you move the folder to
/root/go/src/github.com/kubernetes-csi/csi-driver-image-populator/
the make should work.
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /close
@fejta-bot: Closing this issue.
I fetch code from master branch, when running "build image", below error occurs. make: *** No rule to make target `image'. Stop.
With changing the command to "make", still got error. _mkdir -p bin CGOENABLED=0 GOOS=linux go build -a -ldflags '-X main.version=144ad7194d9cbc451cfe094331d1b80bab53cfdd -extldflags "-static"' -o ./bin/imagepopulatorplugin ./cmd/imagepopulatorplugin cmd/imagepopulatorplugin/main.go:23:2: cannot find package "github.com/kubernetes-csi/csi-driver-image-populator/pkg/image" in any of: /usr/lib/golang/src/github.com/kubernetes-csi/csi-driver-image-populator/pkg/image (from $GOROOT) /root/go/src/github.com/kubernetes-csi/csi-driver-image-populator/pkg/image (from $GOPATH) make: *** [build-imagepopulatorplugin] Error 1