kubernetes-retired / csi-driver-image-populator

[EOL] CSI driver that uses a container image as a volume
Apache License 2.0
90 stars 23 forks source link

master branch can not run "build image" #7

Closed zhengchao88 closed 4 years ago

zhengchao88 commented 5 years ago

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

fejta-bot commented 5 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

sgandon commented 5 years ago

same here, I'd like to test this driver but can't build it.

sgandon commented 5 years ago

@zhengchao88 But if you move the folder to /root/go/src/github.com/kubernetes-csi/csi-driver-image-populator/ the make should work.

fejta-bot commented 5 years ago

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

fejta-bot commented 4 years ago

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

k8s-ci-robot commented 4 years ago

@fejta-bot: Closing this issue.

In response to [this](https://github.com/kubernetes-csi/csi-driver-image-populator/issues/7#issuecomment-552088032): >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](https://github.com/fejta). >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.