diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-04-13 23:00:11 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-04-13 23:03:18 -0400 |
commit | a270ce8532bff390a08169786c39363f70ee0c1d (patch) | |
tree | 969b91bf81584149c58ad75f7c2c22fd00df1c25 /ci/docker/Dockerfile | |
parent | 5de5c4b51579b32096521ff98c9e95f68dd44581 (diff) |
add MAINTAINER for Dockerfile
JIRA: BOTTLENECK-48
please refer to the comments in https://gerrit.opnfv.org/gerrit/#/c/12227/
Change-Id: Id591ec23894cc2be281a48057a4ad2a0371494a0
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'ci/docker/Dockerfile')
-rw-r--r-- | ci/docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/docker/Dockerfile b/ci/docker/Dockerfile index 217c1361..a8f7e389 100644 --- a/ci/docker/Dockerfile +++ b/ci/docker/Dockerfile @@ -8,6 +8,7 @@ ############################################################################## FROM ubuntu:14.04 +MAINTAINER MatthewLi <matthew.lijun@huawei.com> LABEL image=opnfv/bottlenecks |