Files
kubernetes/test/images/dnsutils/Makefile
2015-08-14 20:42:46 -07:00

9 lines
168 B
Makefile

all:
@echo "try 'make image' or 'make push'"
image:
docker build -t gcr.io/google_containers/dnsutils .
push:
gcloud docker push gcr.io/google_containers/dnsutils