Merge pull request #15255 from mesosphere/mesos-docker-versions

MESOS: Update mesos/docker cluster docker images
pull/6/head
Karl Isenberg 2015-10-10 00:32:55 -07:00
commit 49a5f89921
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ etcd:
--initial-cluster-state new
mesosmaster1:
hostname: mesosmaster1
image: mesosphere/mesos:0.23.0-1.0.ubuntu1404
image: mesosphere/mesos:0.24.0-1.0.27.ubuntu1404
entrypoint: [ "mesos-master" ]
ports: [ "5050:5050" ]
environment:

View File

@ -1,4 +1,4 @@
FROM ubuntu:14.04.2
FROM ubuntu:14.04.3
MAINTAINER Mesosphere <support@mesosphere.io>
RUN locale-gen en_US.UTF-8

View File

@ -1,4 +1,4 @@
FROM ubuntu:14.04.2
FROM ubuntu:14.04.3
MAINTAINER Mesosphere <support@mesosphere.io>
RUN locale-gen en_US.UTF-8

View File

@ -1,4 +1,4 @@
FROM golang:1.4.2
FROM golang:1.4.3
MAINTAINER Mesosphere <support@mesosphere.io>
# docker.io is suppossed to be in backports, but it's not there yet.