From 4eece62b407b3d60d1f6d25bafdc13a0e6c750b4 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 13 Nov 2017 14:02:17 -0800 Subject: ccsdk changed docker version We need to update to the version number that ccsdk used for their released image. Change-Id: I97966a2237476f6940d17b8e72642e79ec38e45d Signed-off-by: Patrick Brady Issue-id: APPC-314 --- installation/appc/src/main/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installation') diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile index 318145e..7dd115a 100644 --- a/installation/appc/src/main/docker/Dockerfile +++ b/installation/appc/src/main/docker/Dockerfile @@ -1,5 +1,5 @@ # Base ubuntu with added packages needed for ONAP -FROM onap/ccsdk-odlsli-image:0.1.0 +FROM onap/ccsdk-odlsli-image:v0.1.0 MAINTAINER APP-C Team (appc@lists.openecomp.org) # Set the Env. Variable in the container to add the APPC CONFIG DIR (the SDNC_CONFIG_DIR is inherited from SDNC Image) -- cgit 1.2.3-korg