mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
updrading tests to use mesos 0.25
Signed-off-by: Isabel Jimenez <contact@isabeljimenez.com>
This commit is contained in:
10
test/integration/mesos/Dockerfile-0.25
Normal file
10
test/integration/mesos/Dockerfile-0.25
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM debian:8
|
||||
|
||||
MAINTAINER Victor Vieux <vieux@docker.com>
|
||||
|
||||
RUN apt-get update && apt-get install wget python -y
|
||||
RUN wget http://downloads.mesosphere.io/master/debian/8/mesos_0.25.0-0.2.70.debian81_amd64.deb -O /tmp/mesos.deb
|
||||
RUN dpkg -i /tmp/mesos.deb || true
|
||||
RUN apt-get install -f -y
|
||||
|
||||
USER daemon
|
||||
@@ -5,7 +5,7 @@ load ../../helpers
|
||||
export SWARM_MESOS_TASK_TIMEOUT=30s
|
||||
export SWARM_MESOS_USER=daemon
|
||||
|
||||
MESOS_IMAGE=dockerswarm/mesos:0.24.1
|
||||
MESOS_IMAGE=dockerswarm/mesos:0.25
|
||||
MESOS_MASTER_PORT=$(( ( RANDOM % 1000 ) + 10000 ))
|
||||
|
||||
# Start mesos master and slave.
|
||||
|
||||
Reference in New Issue
Block a user