diff options
author | 2018-01-04 11:21:47 +0000 | |
---|---|---|
committer | 2018-01-04 11:21:47 +0000 | |
commit | ffe422a25d54122fd3dfa2d82531253c3cda2ba7 (patch) | |
tree | 74bcf69e9354dece6470d096e1cef6a0b0c35f5f /compass-tasks/Dockerfile | |
parent | 1fd5b7306fc9447aa90dd10189f884a78610f82c (diff) | |
parent | ebb01242c6b2ecc00d5ec9eefc27364bafc71deb (diff) |
Merge "Update compass-tasks"
Diffstat (limited to 'compass-tasks/Dockerfile')
-rw-r--r-- | compass-tasks/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compass-tasks/Dockerfile b/compass-tasks/Dockerfile index fc9f06d..3fa6eac 100644 --- a/compass-tasks/Dockerfile +++ b/compass-tasks/Dockerfile @@ -1,4 +1,5 @@ -FROM opnfv/compass-tasks-base +FROM huangxiangyu/compass-tasks-base +ARG BRANCH=master ADD ./run.sh /root/ #ADD ./tacker_conf /opt/tacker_conf |