From ebb01242c6b2ecc00d5ec9eefc27364bafc71deb Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Thu, 4 Jan 2018 18:30:49 +0800 Subject: Update compass-tasks 1. use latest OSA commit id 2. create soft link of ansible-playbook from compass virtualenv Change-Id: Ie16a957a7e7d7150ef6189995624b45d914bd067 Signed-off-by: Harry Huang --- compass-tasks/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compass-tasks/Dockerfile') 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 -- cgit 1.2.3-korg