We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7480d70 commit 19125afCopy full SHA for 19125af
1 file changed
logspout/Makefile
@@ -9,10 +9,10 @@ build: check-docker
9
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 godep go build -a -v -ldflags '-s' -o image/logspout
10
docker build -t $(RELEASE_IMAGE) image
11
12
-clean: check-docker check-registry
+clean:
13
rm -rf image/logspout
14
15
-full-clean: check-docker check-registry
+full-clean:
16
docker images -q $(DOCKER_IMAGE) | xargs docker rmi -f
17
docker images -q $(DEV_DOCKER_IMAGE) | xargs docker rmi -f
18
docker images -q $(RELEASE_IMAGE) | xargs docker rmi -f
0 commit comments