Skip to content

Files

Latest commit

44d09b7 · Jan 12, 2016

History

History
This branch is 992 commits behind cruzdb/zlog:master.

ci

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 11, 2016
Oct 28, 2015
Jan 12, 2016
Oct 27, 2015

zlog-ci

This Dockerfile is used to create an image runs the zlog continuous integration test suite.

Usage

By default the image will checkout and build zlog from the master branch of the repository located at https://github.com/noahdesu/zlog:

docker run zlog/ci

Use -e "branch=different-branch to checkout a different branch:

docker run -e "branch=testing" zlog/ci

A zlog source directory on the host can be used instead using a bind mount. In this case the branch environment variable is ignored:

docker run -v /tmp/host_zlog:/src/zlog zlog/ci