X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Fmk%2FMakefile.include;h=1fd6dcd98953d543171fcbe5a738aa227337004f;hb=df75b7aed0e184455b9de743f82003a1a2513956;hp=f31d2cae41dce1abc2f56cdd12cc155c13a5fcea;hpb=20ce91e82cb2136eff1aced3687fa9ba3ae01f21;p=osm%2Fdevops.git diff --git a/docker/mk/Makefile.include b/docker/mk/Makefile.include index f31d2cae..1fd6dcd9 100644 --- a/docker/mk/Makefile.include +++ b/docker/mk/Makefile.include @@ -35,7 +35,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 N2VC lightui ngui PLA tests +DEPS := MON IM LCM RO common osmclient devops NBI policy-module Keystone N2VC lightui ngui PLA tests Prometheus DEPS_TARGETS = $(addprefix $(MKBUILD)/.dep_, $(DEPS)) @@ -73,8 +73,8 @@ build: $(MKBUILD) $(DEPS_TARGETS) --build-arg PLA_VERSION==$(shell cat $(MKBUILD)/.dep_PLA) \ --build-arg DEVOPS_VERSION==$(shell cat $(MKBUILD)/.dep_devops) \ --build-arg N2VC_VERSION==$(shell cat $(MKBUILD)/.dep_N2VC) \ - --build-arg LWUI_VERSION==$(shell cat $(MKBUILD)/.dep_lightui) \ --build-arg NGUI_VERSION==$(shell cat $(MKBUILD)/.dep_ngui) \ + --build-arg NGSA_VERSION==$(shell cat $(MKBUILD)/.dep_ngsa) \ --build-arg TESTS_VERSION==$(shell cat $(MKBUILD)/.dep_tests) \ --build-arg CACHE_DATE==$(shell date -uI) \ $(DOCKER_ARGS) .