Skip to content

Commit

Permalink
Merge pull request kubernetes#17563 from mattf/master
Browse files Browse the repository at this point in the history
Add cleaning to the clean target
  • Loading branch information
zmerlynn committed Nov 20, 2015
2 parents ac65782 + 4e181c4 commit 893c99b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/spark/images/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,14 @@ push-zeppelin: zeppelin
gcloud docker push gcr.io/google_containers/zeppelin:$(ZEPPELIN_TAG)

clean:
docker rmi gcr.io/google_containers/spark-worker:$(TAG) || :
docker rmi gcr.io/google_containers/spark-worker || :
docker rmi gcr.io/google_containers/spark-master:$(TAG) || :
docker rmi gcr.io/google_containers/spark-master || :
docker rmi gcr.io/google_containers/spark-driver:$(TAG) || :
docker rmi gcr.io/google_containers/spark-driver || :
docker rmi gcr.io/google_containers/spark-base:$(TAG) || :
docker rmi gcr.io/google_containers/spark-base || :

docker rmi gcr.io/google_containers/zeppelin:$(ZEPPELIN_TAG) || :
docker rmi gcr.io/google_containers/zeppelin || :

0 comments on commit 893c99b

Please sign in to comment.