change example
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
parent
736052e309
commit
f99e2af701
2 changed files with 14 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue