diff options
author | 2018-05-24 13:05:52 -0700 | |
---|---|---|
committer | 2018-05-25 17:22:25 +0000 | |
commit | b5ce25624f2ffa48b207c77e44658f5450adecb1 (patch) | |
tree | 2d400b2195059647b91d6d994985917cbd1e566a /installation | |
parent | f7d392a5af985e50684ed9f90efabca8679bc720 (diff) |
Change ccsdk docker version
New version of docker container to match ccsdk
artifact version change.
Change-Id: Id138fe414c08a8f4c02b055b6b36a955fd57b6fd
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: CCSDK-290
(cherry picked from commit 0e112f31f18af0ff05a04c9968861ecb9706a1f7)
Diffstat (limited to 'installation')
-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 09e75c6..edc7c88 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-STAGING-20180518T124329Z +FROM onap/ccsdk-odlsli-image:0.2.3 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) |