.PHONY: all build
TAG?=latest

all:	build
build:
	./build.sh ${TAG}
