Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Update mesos to v0.27 to fix docker container creation
Browse files Browse the repository at this point in the history
Closes #32
  • Loading branch information
kfoss committed Feb 19, 2016
1 parent 31cd36a commit ea86caf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/mesos-master/lab41/spark-mesos-base/Dockerfile
Expand Up @@ -4,10 +4,11 @@ MAINTAINER Kyle F <kylef@lab41.org>
ENV REFRESHED_AT 2015-07-29

# install mesos
ENV MESOS_VERSION 0.27.0-0.2.190.ubuntu1404
RUN echo "deb http://repos.mesosphere.io/ubuntu/ trusty main" > /etc/apt/sources.list.d/mesosphere.list
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF
RUN apt-get --assume-yes update
RUN apt-get --assume-yes install mesos=0.22.1-1.0.ubuntu1404
RUN apt-get --assume-yes install mesos=${MESOS_VERSION}

# configure mesos library location
ENV MESOS_NATIVE_JAVA_LIBRARY /usr/local/lib/libmesos.so
Expand Down

0 comments on commit ea86caf

Please sign in to comment.