Updating Dockerfile & .gitreview 05/5905/1
authorJulienBe <jb379x@att.com>
Tue, 18 Jul 2017 14:48:50 +0000 (16:48 +0200)
committerJulienBe <jb379x@att.com>
Tue, 18 Jul 2017 14:54:32 +0000 (16:54 +0200)
Moving maintainer to ONAP
Updating Label to ONAP & SO
.gitreview pointing to so.git

Change-Id: I9fe96f88cb742cefd6ddc7fbdd4f25f264e3e0be
Signed-off-by: JulienBe <jb379x@att.com>
.gitreview
packages/docker/src/main/docker/docker-files/Dockerfile.jacoco
packages/docker/src/main/docker/docker-files/Dockerfile.mso-arquillian
packages/docker/src/main/docker/docker-files/Dockerfile.mso-chef-final
packages/docker/src/main/docker/docker-files/Dockerfile.ubuntu-16.04-update
packages/docker/src/main/docker/docker-files/Dockerfile.wildfly-10

index 22476ab..3a5f50e 100644 (file)
@@ -1,4 +1,4 @@
 [gerrit]
 host=gerrit.onap.org
 port=29418
-project=mso.git
+project=so.git
index f00cdd0..d18a015 100644 (file)
@@ -2,7 +2,7 @@
 FROM ubuntu:14.04
 
 ### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
+MAINTAINER "The ONAP Team"
 LABEL Description="This image is used to get jacoco result from a jboss image" Version="1.0"
 
 ARG http_proxy
index b07c8c9..c279597 100644 (file)
@@ -2,8 +2,8 @@ FROM openecomp/wildfly:1.0
 
 
 ### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
-LABEL Description="This image contains the OpenECOMP MSO base for arquillian" Version="1.0"
+MAINTAINER "The ONAP Team"
+LABEL Description="This image contains the ONAP SO base for arquillian" Version="1.0"
 
 ENV CHEF_REPO_NAME="chef-repo"
 ENV CHEF_CONFIG_NAME="mso-config"
index ff7f44b..16d062e 100644 (file)
@@ -2,8 +2,8 @@ FROM openecomp/wildfly:1.0
 
 
 ### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
-LABEL Description="This image contains the OpenECOMP MSO" Version="1.0"
+MAINTAINER "The ONAP Team"
+LABEL Description="This image contains the ONAP SO" Version="1.0"
 
 ARG http_proxy
 ARG https_proxy
index 2e8f268..8ed7107 100644 (file)
@@ -1,7 +1,7 @@
 FROM ubuntu:16.04
 
 ### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
+MAINTAINER "The ONAP Team"
 LABEL Description="This image contains an updated version of ubuntu 16.04" Version="1.0"
 
 ARG http_proxy
index fff7532..0e766e2 100644 (file)
@@ -1,8 +1,8 @@
 FROM openecomp/ubuntu-update:1.0
 
 ### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
-LABEL Description="This image contains OpenECOMP MSO ubuntu base" Version="1.0"
+MAINTAINER "The ONAP Team"
+LABEL Description="This image contains ONAP SO ubuntu base" Version="1.0"
 
 ARG http_proxy
 ARG https_proxy