Add dependency configuration for N2VC 91/6791/1
authorMichael Marchetti <mmarchetti@sandvine.com>
Mon, 29 Oct 2018 23:23:37 +0000 (00:23 +0100)
committerMichael Marchetti <mmarchetti@sandvine.com>
Mon, 29 Oct 2018 23:23:37 +0000 (00:23 +0100)
Change-Id: I1a57751cd178c4d5886b394509a5f94ae8b8b0d5
Signed-off-by: Michael Marchetti <mmarchetti@sandvine.com>
docker/mk/Makefile.include

index 04d2fac..2be4d29 100644 (file)
@@ -19,7 +19,7 @@ CONTAINER_NAME ?= $(LOWER_MDG)
 CMD_DOCKER_ARGS ?= -q
 DOCKER_ARGS     = $(CMD_DOCKER_ARGS)
 
-DEPS := MON IM LCM RO common osmclient devops NBI policy-module Keystone
+DEPS := MON IM LCM RO common osmclient devops NBI policy-module Keystone N2VC
 
 DEPS_TARGETS = $(addprefix $(MKBUILD)/.dep_, $(DEPS))
 
@@ -49,6 +49,7 @@ build: $(MKBUILD) $(DEPS_TARGETS)
                    --build-arg NBI_VERSION==$(shell cat $(MKBUILD)/.dep_NBI) \
                    --build-arg POL_VERSION==$(shell cat $(MKBUILD)/.dep_policy-module) \
                    --build-arg DEVOPS_VERSION==$(shell cat $(MKBUILD)/.dep_devops) \
+                   --build-arg N2VC_VERSION==$(shell cat $(MKBUILD)/.dep_N2VC) \
                    --build-arg LWUI_VERSION==$(shell date +%s) \
                    $(DOCKER_ARGS) .