diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2018-02-24 15:38:47 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2018-02-24 15:54:39 +0800 |
commit | 6db2a303546afa13d356f93eb26e76034a7208ef (patch) | |
tree | 88a707d7981d2dfed52fa128cd9031d87f26b912 /compass-tasks-k8s/Dockerfile | |
parent | 9dad460375c3daeedd228e88915e402bcd8ab436 (diff) |
Seprate compass-tasks
JIRA: -
Keep three compass-tasks:
compass-tasks - merge both OSA and kubespray
compass-tasks-osa - only OSA
compass-tasks-k8s - only kubespray
Change-Id: Ia790da1b5080322c5e2efe0980aabe9a76867c10
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'compass-tasks-k8s/Dockerfile')
-rw-r--r-- | compass-tasks-k8s/Dockerfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compass-tasks-k8s/Dockerfile b/compass-tasks-k8s/Dockerfile new file mode 100644 index 0000000..70da42e --- /dev/null +++ b/compass-tasks-k8s/Dockerfile @@ -0,0 +1,6 @@ +FROM opnfv/compass-tasks-base +ARG BRANCH=master + +ADD ./run.sh /root/ +RUN chmod +x /root/run.sh +RUN /root/run.sh |