File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ logspout/image/logspout
4242logspout /Godeps /
4343publisher /Godeps /
4444publisher /image /bin /publisher
45- router /Godeps /
4645swarm /image /bin /
4746mesos /** /bin /
4847mesos /** /bindata /
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ BUILD_IMAGE = $(COMPONENT)-build
1414BINARY_DEST_DIR = image/bin
1515
1616build : check-docker
17- cp -pR ../Godeps .
1817 docker build -t $(BUILD_IMAGE ) .
1918 docker cp ` docker run -d $( BUILD_IMAGE) /bin/bash` :/nginx.tgz image/
2019 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 godep go build -a -installsuffix -v -ldflags ' -s' -o $(BINARY_DEST_DIR ) /boot boot.go || exit 1
@@ -24,7 +23,6 @@ build: check-docker
2423 rm image/bin/boot
2524
2625clean : check-docker check-registry
27- rm -rf Godeps
2826 docker rmi $(IMAGE )
2927
3028full-clean : check-docker check-registry
You can’t perform that action at this time.
0 commit comments