From f7d392a5af985e50684ed9f90efabca8679bc720 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 21 May 2018 13:11:55 -0700 Subject: Temp change of ccsdk version Currently ccsdk docker is broken, this older version should work for now. Change-Id: I4daf0b4c71c42424c3e37ecd68508f8042ec749d Signed-off-by: Patrick Brady Issue-ID: CCSDK-290 --- installation/appc/src/main/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile index bc82f7a..09e75c6 100644 --- a/installation/appc/src/main/docker/Dockerfile +++ b/installation/appc/src/main/docker/Dockerfile @@ -21,7 +21,7 @@ # ============LICENSE_END============================================ # Base ubuntu with added packages needed for ONAP -FROM onap/ccsdk-odlsli-image:0.2.2-SNAPSHOT +FROM onap/ccsdk-odlsli-image:0.2.2-SNAPSHOT-STAGING-20180518T124329Z 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