diff options
author | Patrick Brady <pb071s@att.com> | 2017-04-07 08:59:15 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-04-07 09:54:08 -0700 |
commit | 4d55ce831cbaf43c149e70a35abf28cf71452351 (patch) | |
tree | 031c67ef38fbe4f8fc32963b8c36699955867b0c /installation | |
parent | c024feb9cdec605162c82434ee5a1ede4ead99b3 (diff) |
Changing sdnc versions
Changing to sdnc root pom version 1.1 and to
sdnc docker image version 1.1-SNAPSHOT in order to
support the change to opendaylight Boron.
Change-Id: I6cfcc864d816771c8bf66003313b2d5c42a88c38
Signed-off-by: Patrick Brady <pb071s@att.com>
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 33fde7f..fc2ec81 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 open ecomp -FROM openecomp/sdnc-image:latest +FROM openecomp/sdnc-image:1.1.0-SNAPSHOT MAINTAINER APP-C Team (appc@lists.openecomp.org) # copy openecomp |