[ 
https://issues.apache.org/jira/browse/MESOS-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cody Maloney updated MESOS-2165:
--------------------------------
    Description: 
Sample Dockerfile to make such a host:

{code}
FROM centos:centos7
RUN yum install -y epel-release gcc python-devel
RUN yum install -y python-pip
RUN yum install -y rpm-build redhat-rpm-config autoconf make gcc gcc-c++ patch 
libtool git python-devel ruby-devel java-1.7.0-openjdk-devel zlib-devel 
libcurl-devel openssl-devel cyrus-sasl-devel rubygems apr-devel apr-util-devel 
subversion-devel maven libselinux-python
{code}

Use: 'docker run -i -t <imagename> /bin/bash' to run the image, get a shell 
inside where you can 'git clone' mesos and build/run the tests.

  was:
Sample Dockerfile to make such a host:

{code}
FROM centos:centos7
RUN yum install -y epel-release gcc python-devel
RUN yum install -y python-pip
RUN yum install -y rpm-build redhat-rpm-config autoconf make gcc gcc-c++ patch 
libtool git python-devel ruby-devel java-1.7.0-openjdk-devel zlib-devel 
libcurl-devel openssl-devel cyrus-sasl-devel rubygems apr-devel apr-util-devel 
subversion-devel maven libselinux-python
{code}

Use: 'docker run -i -t {imagename} /bin/bash' to run the image, get a shell 
inside where you can 'git clone' mesos and build/run the tests.


> When cyrus sasl MD5 isn't installed configure passes, tests fail without any 
> output
> -----------------------------------------------------------------------------------
>
>                 Key: MESOS-2165
>                 URL: https://issues.apache.org/jira/browse/MESOS-2165
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Cody Maloney
>
> Sample Dockerfile to make such a host:
> {code}
> FROM centos:centos7
> RUN yum install -y epel-release gcc python-devel
> RUN yum install -y python-pip
> RUN yum install -y rpm-build redhat-rpm-config autoconf make gcc gcc-c++ 
> patch libtool git python-devel ruby-devel java-1.7.0-openjdk-devel zlib-devel 
> libcurl-devel openssl-devel cyrus-sasl-devel rubygems apr-devel 
> apr-util-devel subversion-devel maven libselinux-python
> {code}
> Use: 'docker run -i -t <imagename> /bin/bash' to run the image, get a shell 
> inside where you can 'git clone' mesos and build/run the tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to