diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-21 13:11:55 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-21 13:12:09 -0700 |
commit | f7d392a5af985e50684ed9f90efabca8679bc720 (patch) | |
tree | 321254f68115e8e1477975ac320323a60268d86d | |
parent | 8d65ad486bd9c52c20d4c5c2c10b45c65644e1cf (diff) |
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 <pb071s@att.com>
Issue-ID: CCSDK-290
-rw-r--r-- | installation/appc/src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |