Added CACHE_DATE arg to force recreating the docker layer during docker build of...
[osm/devops.git] / docker / mk / Makefile.include
index e1a6aff..f31d2ca 100644 (file)
@@ -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
@@ -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: