From 44b1e28d3774173685b9ca19b7e6be259c9bd7d5 Mon Sep 17 00:00:00 2001 From: JulienBe Date: Tue, 18 Jul 2017 16:48:50 +0200 Subject: [PATCH] Updating Dockerfile & .gitreview Moving maintainer to ONAP Updating Label to ONAP & SO .gitreview pointing to so.git Change-Id: I9fe96f88cb742cefd6ddc7fbdd4f25f264e3e0be Signed-off-by: JulienBe --- .gitreview | 2 +- packages/docker/src/main/docker/docker-files/Dockerfile.jacoco | 2 +- .../docker/src/main/docker/docker-files/Dockerfile.mso-arquillian | 4 ++-- .../docker/src/main/docker/docker-files/Dockerfile.mso-chef-final | 4 ++-- .../src/main/docker/docker-files/Dockerfile.ubuntu-16.04-update | 2 +- packages/docker/src/main/docker/docker-files/Dockerfile.wildfly-10 | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitreview b/.gitreview index 22476ab029..3a5f50e02f 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=gerrit.onap.org port=29418 -project=mso.git +project=so.git diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco b/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco index f00cdd019c..d18a015b06 100644 --- a/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco +++ b/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco @@ -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 diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.mso-arquillian b/packages/docker/src/main/docker/docker-files/Dockerfile.mso-arquillian index b07c8c9472..c279597d34 100644 --- a/packages/docker/src/main/docker/docker-files/Dockerfile.mso-arquillian +++ b/packages/docker/src/main/docker/docker-files/Dockerfile.mso-arquillian @@ -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" diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.mso-chef-final b/packages/docker/src/main/docker/docker-files/Dockerfile.mso-chef-final index ff7f44bcfd..16d062ec82 100644 --- a/packages/docker/src/main/docker/docker-files/Dockerfile.mso-chef-final +++ b/packages/docker/src/main/docker/docker-files/Dockerfile.mso-chef-final @@ -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 diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.ubuntu-16.04-update b/packages/docker/src/main/docker/docker-files/Dockerfile.ubuntu-16.04-update index 2e8f268f19..8ed710745a 100644 --- a/packages/docker/src/main/docker/docker-files/Dockerfile.ubuntu-16.04-update +++ b/packages/docker/src/main/docker/docker-files/Dockerfile.ubuntu-16.04-update @@ -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 diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.wildfly-10 b/packages/docker/src/main/docker/docker-files/Dockerfile.wildfly-10 index fff753217d..0e766e2658 100644 --- a/packages/docker/src/main/docker/docker-files/Dockerfile.wildfly-10 +++ b/packages/docker/src/main/docker/docker-files/Dockerfile.wildfly-10 @@ -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 -- 2.16.6