change example

Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
Jess Frazelle 2016-04-17 22:01:29 -07:00
parent 736052e309
commit f99e2af701
2 changed files with 14 additions and 8 deletions

View file

@ -22,7 +22,7 @@ DOCKER_ROOTFS_IMAGE := $(IMAGE)
LDFLAGS := ${LDFLAGS} \
-X main.GITCOMMIT=${GITCOMMIT} \
-X main.VERSION=${VERSION} \
-X main.IMAGE=${IMAGE} \
-X main.IMAGE=$(notdir $(IMAGE)) \
-X main.IMAGESHA=$(shell docker inspect --format "{{.Id}}" $(IMAGE))
BINDIR := $(CURDIR)/bin