diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2018-01-05 11:52:51 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2018-01-05 11:52:51 +0800 |
commit | 9701137e6971a0d17214492f4c5b6d6955eb2de3 (patch) | |
tree | 1ca0f4218b155f72e4f6f1ca4806bc1df3d62bc2 /compass-tasks/Dockerfile | |
parent | e57c5568561f06492114379592423473e00215d9 (diff) |
Update base image
Use opnfv/compass-tasks-base as base
image of compass-tasks
Change-Id: Ibcd10d8dd3995ecdb84ec59ffa471e67c033304d
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'compass-tasks/Dockerfile')
-rw-r--r-- | compass-tasks/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compass-tasks/Dockerfile b/compass-tasks/Dockerfile index 3fa6eac..bc2a0c2 100644 --- a/compass-tasks/Dockerfile +++ b/compass-tasks/Dockerfile @@ -1,4 +1,4 @@ -FROM huangxiangyu/compass-tasks-base +FROM opnfv/compass-tasks-base ARG BRANCH=master ADD ./run.sh /root/ |