Skip to content

Commit

Permalink
Makefile update to new container
Browse files Browse the repository at this point in the history
  • Loading branch information
lpabon committed Feb 1, 2018
1 parent ab7e36a commit 271b225
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@ deps:
.PHONY: deps

quick-container:
docker build -t $(IMAGE):$(VERSION) .
sudo ./hack/build-container.sh
@echo ""
@echo "Container quay.io/k8scsi/csi-provisioner:canary created"
.PHONY: quick-container

push-container:
docker push $(IMAGE):$(VERSION)
.PHONY: push-container

provisioner:
mkdir -p _output
go build -i -o _output/csi-provisioner ./cmd/csi-provisioner/
Expand Down

0 comments on commit 271b225

Please sign in to comment.