From: Michael Marchetti Date: Mon, 29 Oct 2018 23:23:37 +0000 (+0100) Subject: Add dependency configuration for N2VC X-Git-Tag: v5.0.0~56 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=9e7ed04f285ad067bbaf402ed2c9a17c063b64f3;p=osm%2Fdevops.git Add dependency configuration for N2VC Change-Id: I1a57751cd178c4d5886b394509a5f94ae8b8b0d5 Signed-off-by: Michael Marchetti --- diff --git a/docker/mk/Makefile.include b/docker/mk/Makefile.include index 04d2fac6..2be4d295 100644 --- a/docker/mk/Makefile.include +++ b/docker/mk/Makefile.include @@ -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) .