----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63939/#review195276 -----------------------------------------------------------
support/packaging/centos/build-docker-image.sh Lines 9 (patched) <https://reviews.apache.org/r/63939/#comment274455> ```bash if ! [ -x "$(command -v docker)" ]; then echo 'Error: docker is not installed.' >&2 exit 1 fi ``` - Senthil Kumaran On Nov. 19, 2017, 6:28 a.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/63939/ > ----------------------------------------------------------- > > (Updated Nov. 19, 2017, 6:28 a.m.) > > > Review request for mesos and Kapil Arya. > > > Repository: mesos > > > Description > ------- > > This script leverages the packaging scripts to build the RPM first, and > then generate the Mesos docker image by installing the Mesos RPM. This > results in smaller Mesos docker image. > > This script can be run on both Linux or OSX. You just need to have > Docker installed. > > Currently, the script will build a Mesos docker image from the current > head. Future work will make it work for building a specific tag or sha. > > > Diffs > ----- > > support/packaging/centos/build-docker-image.sh PRE-CREATION > > > Diff: https://reviews.apache.org/r/63939/diff/1/ > > > Testing > ------- > > Tested on CentOS7 and OSX > > > Thanks, > > Jie Yu > >
