diff options
author | Patrick Brady <pb071s@att.com> | 2017-09-18 14:34:33 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-09-18 15:15:50 -0700 |
commit | cc29b311f34c1888a319f67a69847180017ea535 (patch) | |
tree | 2f13254c5c952fae817a63f5103ca973461462af /installation | |
parent | 2850546aed3712fc05f4314bc77510f145cb2781 (diff) |
Temporary change of ccsdk version
Change-Id: I503b8f59d7f68b1dbd415f239102e405de93d984
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: CCSDK-95
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 786e5b9..fbf0a3b 100644 --- a/installation/appc/src/main/docker/Dockerfile +++ b/installation/appc/src/main/docker/Dockerfile @@ -1,5 +1,5 @@ # Base ubuntu with added packages needed for ONAP -FROM onap/ccsdk-odlsli-image:latest +FROM onap/ccsdk-odlsli-image:0.1.0-SNAPSHOT-STAGING-170911-232547 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) |