diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-24 13:05:52 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-24 13:06:13 -0700 |
commit | 0e112f31f18af0ff05a04c9968861ecb9706a1f7 (patch) | |
tree | 1183fd87faaf439413f7672f6536f93943dd6c73 /installation | |
parent | 04f2804a998f6982b4f2eba9821c232d16a949d1 (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
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) |