Using ONOS 2.2.7 and releasing for VOLTHA 2.6

Change-Id: Ic702e9e561cacd8fe35a75f4653c128d1cfb1e9b
diff --git a/Dockerfile.voltha-onos b/Dockerfile.voltha-onos
index 2953760..2840ed0 100644
--- a/Dockerfile.voltha-onos
+++ b/Dockerfile.voltha-onos
@@ -34,7 +34,7 @@
 
 
 # Unpack and install specific apps from download stage
-FROM onosproject/onos:2.2.7-b4 as install
+FROM onosproject/onos:2.2.7 as install
 
 # The ENV settings must be replicated below as they are not shared between stages
 ENV ONOS=/root/onos
@@ -58,7 +58,7 @@
 
 
 # Create the final image coping over the installed applications from the install stage
-FROM onosproject/onos:2.2.7-b4
+FROM onosproject/onos:2.2.7
 
 # The ENV settings must be replicated below as they are not shared between stages
 ENV ONOS=/root/onos