This repository was archived by the owner on Oct 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CLI_DIR:=$(CURDIR)/../cli
44VERSION? =0.0.0-dev
55DOCKER_GITCOMMIT: =abcdefg
66ARCH =$(shell uname -m)
7- STATIC_VERSION =$(shell static/gen-static-ver $(ENGINE_DIR ) $(VERSION ) )
7+ STATIC_VERSION: =$(shell static/gen-static-ver $(ENGINE_DIR ) $(VERSION ) )
88GO_VERSION: =1.12.8
99DEFAULT_PRODUCT_LICENSE: =Community Engine
1010PLATFORM =Docker Engine - Community
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CLI_DIR:=$(CURDIR)/../../cli
44ENGINE_DIR: =$(CURDIR ) /../../engine
55GITCOMMIT? =$(shell cd $(CLI_DIR ) && git rev-parse --short HEAD)
66VERSION? =0.0.0-dev
7- STATIC_VERSION =$(shell ../static/gen-static-ver $(ENGINE_DIR ) $(VERSION ) )
7+ STATIC_VERSION: =$(shell ../static/gen-static-ver $(ENGINE_DIR ) $(VERSION ) )
88GO_BASE_IMAGE =golang
99GO_VERSION: =1.12.8
1010GO_IMAGE =$(GO_BASE_IMAGE ) :$(GO_VERSION ) -stretch
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ VERSION?=0.0.0-dev
55GO_BASE_IMAGE =golang
66GO_VERSION: =1.12.8
77ENGINE_GO_IMAGE =$(GO_BASE_IMAGE ) :$(GO_VERSION ) -stretch
8- STATIC_VERSION =$(shell ../static/gen-static-ver $(ENGINE_DIR ) $(VERSION ) )
8+ STATIC_VERSION: =$(shell ../static/gen-static-ver $(ENGINE_DIR ) $(VERSION ) )
99DOCKER_HUB_ORG? =dockereng
1010ARCH =$(shell uname -m)
1111ENGINE_IMAGE? =engine-community
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ENGINE_DIR:=$(CURDIR)/../../engine
33CLI_DIR: =$(CURDIR ) /../../cli
44GITCOMMIT =$(shell cd $(ENGINE_DIR ) && git rev-parse --short HEAD)
55VERSION? =0.0.0-dev
6- STATIC_VERSION =$(shell ../static/gen-static-ver $(ENGINE_DIR ) $(VERSION ) )
6+ STATIC_VERSION: =$(shell ../static/gen-static-ver $(ENGINE_DIR ) $(VERSION ) )
77GO_BASE_IMAGE =golang
88GO_VERSION: =1.12.8
99GO_IMAGE? =$(GO_BASE_IMAGE ) :$(GO_VERSION ) -stretch
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ SHELL:=/bin/bash
22ENGINE_DIR: =$(CURDIR ) /../../engine
33CLI_DIR: =$(CURDIR ) /../../cli
44VERSION? =0.0.0-dev
5- STATIC_VERSION =$(shell ./gen-static-ver $(ENGINE_DIR ) $(VERSION ) )
5+ STATIC_VERSION: =$(shell ./gen-static-ver $(ENGINE_DIR ) $(VERSION ) )
66CHOWN =docker run --rm -v $(CURDIR ) :/v -w /v alpine chown
77HASH_CMD =docker run -v $(CURDIR ) :/sum -w /sum debian:jessie bash hash_files
88DIR_TO_HASH: =build/linux
You can’t perform that action at this time.
0 commit comments