File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ include ../includes.mk
33COMPONENT = builder
44IMAGE = $(IMAGE_PREFIX )$(COMPONENT ) :$(BUILD_TAG )
55DEV_IMAGE = $(DEV_REGISTRY ) /$(IMAGE )
6- BUILD_IMAGE := $(COMPONENT ) -build
76BINARIES := extract-domain extract-types extract-version generate-buildhook get-app-config get-app-values publish-release-controller yaml2json-procfile
87BINARY_DEST_DIR := image/bin
98
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ include ../includes.mk
22
33COMPONENT = logger
44IMAGE = $(IMAGE_PREFIX )$(COMPONENT ) :$(BUILD_TAG )
5- BUILD_IMAGE := $(COMPONENT ) -build
65DEV_IMAGE = $(DEV_REGISTRY ) /$(IMAGE )
76BINARY_DEST_DIR = image/bin
87
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ include ../includes.mk
22
33COMPONENT := logspout
44DOCKER_IMAGE := deis/$(COMPONENT )
5- BUILD_IMAGE := $(DOCKER_IMAGE ) -build
65RELEASE_IMAGE := $(DOCKER_IMAGE ) :$(BUILD_TAG )
76DEV_DOCKER_IMAGE := $(DEV_REGISTRY ) /$(RELEASE_IMAGE )
87
@@ -12,12 +11,11 @@ build: check-docker
1211
1312clean : check-docker check-registry
1413 rm -rf image/logspout
15- docker rmi $(RELEASE_IMAGE ) $(BUILD_IMAGE )
1614
1715full-clean : check-docker check-registry
1816 docker images -q $(DOCKER_IMAGE ) | xargs docker rmi -f
19- docker images -q $(BUILD_IMAGE ) | xargs docker rmi -f
2017 docker images -q $(DEV_DOCKER_IMAGE ) | xargs docker rmi -f
18+ docker images -q $(RELEASE_IMAGE ) | xargs docker rmi -f
2119
2220install : check-deisctl
2321 deisctl install $(COMPONENT )
You can’t perform that action at this time.
0 commit comments