diff options
author | Patrick Brady <pb071s@att.com> | 2018-09-26 15:20:17 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-09-26 15:20:26 -0700 |
commit | 091fa0b5b88b1a3d0f4189d7be554c99505244b2 (patch) | |
tree | 1f52a2fd680ae74aedb3c3731139ba613d4be190 /installation | |
parent | 41aedf1ba046d7848d843bb25c10058751d3d70a (diff) |
Update ccsdk docker version
Change-Id: I17b43c0ecb529eb443f317cf641f7d037431d614
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1209
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 4800064..d3b4b09 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.3.0-SNAPSHOT +FROM onap/ccsdk-odlsli-image:0.3.0-STAGING 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) |