X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Fmk%2FMakefile.include;h=af53ff06efd3c63635ccd21ec81e33b09c373ee3;hb=8a00e59f4f7928dfb0208c2eaa5efc8fe1666452;hp=e1a6affd88d1efd6e02cb9cd71c106ec8be31d05;hpb=7b0acc0a3cfc0a9ea0e5dadda64f6dc689c04632;p=osm%2Fdevops.git diff --git a/docker/mk/Makefile.include b/docker/mk/Makefile.include index e1a6affd..af53ff06 100644 --- a/docker/mk/Makefile.include +++ b/docker/mk/Makefile.include @@ -22,7 +22,7 @@ all: build TAG ?= 6 REPOSITORY_BASE ?= http://osm-download.etsi.org/repository/osm/debian -RELEASE ?= ReleaseEIGHT-daily +RELEASE ?= ReleaseNINE-daily REPOSITORY_KEY ?= OSM%20ETSI%20Release%20Key.gpg REPOSITORY ?= testing NO_CACHE ?= --no-cache @@ -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)) @@ -76,6 +76,7 @@ build: $(MKBUILD) $(DEPS_TARGETS) --build-arg LWUI_VERSION==$(shell cat $(MKBUILD)/.dep_lightui) \ --build-arg NGUI_VERSION==$(shell cat $(MKBUILD)/.dep_ngui) \ --build-arg TESTS_VERSION==$(shell cat $(MKBUILD)/.dep_tests) \ + --build-arg CACHE_DATE==$(shell date -uI) \ $(DOCKER_ARGS) . clean: