Add conf directory to Dockerfile 61/18461/1
authorMichael Chapman <woppin@gmail.com>
Thu, 11 Aug 2016 16:02:51 +0000 (02:02 +1000)
committerMichael Chapman <woppin@gmail.com>
Thu, 11 Aug 2016 16:05:33 +0000 (02:05 +1000)
Currently mounting the credentials file cannot be done at launch
time since the parent folder doesn't exist. This is usually not
noticed because prepare env will get the credentials file
via ssh, but the docker mount will silently fail.

Change-Id: I2e33c3c218a01ac6e1e5bf09609083dec3647b95
Signed-off-by: Michael Chapman <woppin@gmail.com>
docker/Dockerfile

index 57c10f3..04ebf2c 100644 (file)
@@ -64,6 +64,7 @@ RUN pip install --upgrade pip
 
 RUN mkdir -p ${repos_dir}
 RUN mkdir -p /home/opnfv/functest/results
+RUN mkdir -p /home/opnfv/functest/conf
 RUN mkdir -p /root/.ssh
 RUN chmod 700 /root/.ssh