summaryrefslogtreecommitdiffstats
path: root/docker
AgeCommit message (Collapse)AuthorFilesLines
2017-03-05Add BRANCH parameter used in DockerfileJulien1-0/+2
Change-Id: I09e58d367ee322bb29d5e502d2ba75811ef7e9c3 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-01-11Move Dockerfile to ./docker pathzeyu zhu1-0/+29
According to other projects(releng/jjb/releng/opnfv-docker.yml), all the Dockerfiles are put in ./docker path. The escalator docker build procedure will be seperated from escalator tar file build procedure. The escalator docker will be directly used during the tar build procedure. It will help to save the build time. A seperate job will be created in Jenkins to monitor the Docker changes and will build the docker image. Change-Id: I815a8b1043bb0e3b614fa56d0fb793c1c9eb1a0e Signed-off-by: zeyu zhu <zhu.zeyu@zte.com.cn>