Files
linuxkit/boot2docker/Makefile
Justin Cormack 8fe3ead7d4 remove pinata specific build changes
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2015-11-30 15:08:48 +00:00

11 lines
236 B
Makefile

DOCKER?=docker
.PHONY: build
build: VERSION
$(DOCKER) build -t boot2docker:test .
$(DOCKER) run boot2docker:test tar -C /tmp/iso/boot -c . | tar -xv
.PHONY: VERSION
VERSION:
docker -v | cut -f 3 -d ' ' | cut -f 1 -d ',' > VERSION