diff options
author | Patrick Brady <pb071s@att.com> | 2017-11-13 14:02:17 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-11-13 14:02:24 -0800 |
commit | 4eece62b407b3d60d1f6d25bafdc13a0e6c750b4 (patch) | |
tree | 4940d2023757f380f4325f9e0978b0d1a3d88af9 | |
parent | 82c0544c4554ef9b9604ea2030edddadd96238fe (diff) |
ccsdk changed docker versionv1.2.01.0.0-ONAP1.0.0-Amsterdam
We need to update to the version number that ccsdk
used for their released image.
Change-Id: I97966a2237476f6940d17b8e72642e79ec38e45d
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-314
-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 318145e..7dd115a 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:0.1.0 +FROM onap/ccsdk-odlsli-image:v0.1.0 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) |