github.com/nak3/source-to-image@v1.1.10-0.20180319140719-2ed55639898d/examples/nginx-centos7/Makefile (about) 1 2 IMAGE_NAME = nginx-centos7 3 4 .PHONY: build 5 build: 6 docker build -t $(IMAGE_NAME) . 7 8 .PHONY: test 9 test: 10 docker build -t $(IMAGE_NAME)-candidate . 11 IMAGE_NAME=$(IMAGE_NAME)-candidate test/run