diff options
author | Justin chi <chigang@huawei.com> | 2017-11-03 08:48:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-03 08:48:03 +0000 |
commit | 651da345e4fde74f81213fd08cc3a21a8421089a (patch) | |
tree | b4d2743b8019a3744ee2a5196a284fcb513e63ee /compass-tasks-osa/Dockerfile | |
parent | efe568f8fea785f3933108d176a12cb3f59466a6 (diff) | |
parent | fda9bf56cfd4ec68d44568be6fe6f2fa918f83fc (diff) |
Merge "Add compass-tasks-osa"
Diffstat (limited to 'compass-tasks-osa/Dockerfile')
-rw-r--r-- | compass-tasks-osa/Dockerfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compass-tasks-osa/Dockerfile b/compass-tasks-osa/Dockerfile new file mode 100644 index 0000000..d156687 --- /dev/null +++ b/compass-tasks-osa/Dockerfile @@ -0,0 +1,7 @@ +FROM huangxiangyu/compass-tasks:v0.3 +#FROM localbuild/compass-tasks + +ADD ./run.sh /root/ +ADD ./tacker_conf /opt/tacker_conf +RUN chmod +x /root/run.sh +RUN /root/run.sh |