File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,11 @@ DATE = $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
6
6
VERSION = $(GIT_TAG ) -SNAPSHOT-$(GIT_COMMIT_SHORT )
7
7
TAG = $(VERSION:v%=% )
8
8
TARGET ?= local
9
- NAP_PLUS_VERSION ?= r24
10
9
11
10
override DOCKER_BUILD_OPTIONS += --build-arg IC_VERSION=$(VERSION ) --build-arg GIT_COMMIT=$(GIT_COMMIT ) --build-arg DATE=$(DATE )
12
11
DOCKER_CMD = docker build $(DOCKER_BUILD_OPTIONS ) --target $(TARGET ) -f build/Dockerfile -t $(PREFIX ) :$(TAG ) .
13
12
PLUS_ARGS = --build-arg PLUS=-plus --build-arg FILES=plus-common --secret id=nginx-repo.crt,src=nginx-repo.crt --secret id=nginx-repo.key,src=nginx-repo.key
14
- NAP_ARGS = --build-arg FILES=nap-common --build-arg NGINX_PLUS_VERSION= $( NAP_PLUS_VERSION )
13
+ NAP_ARGS = --build-arg FILES=nap-common
15
14
16
15
export DOCKER_BUILDKIT = 1
17
16
You can’t perform that action at this time.
0 commit comments