mirror of https://github.com/k3s-io/k3s
9 lines
182 B
Makefile
9 lines
182 B
Makefile
![]() |
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
|