k3s/test/images/jessie-dnsutils/Makefile

9 lines
182 B
Makefile
Raw Normal View History

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