Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

marathon-0.7.0-RC3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ConnorDoyle ConnorDoyle released this 17 Sep 01:38
· 5035 commits to master since this release

Tarball:
http://downloads.mesosphere.io/marathon/v0.7.0-RC3/marathon-0.7.0-RC3.tgz

SHA:
http://downloads.mesosphere.io/marathon/v0.7.0-RC3/marathon-0.7.0-RC3.tgz.sha256

CentOS/RHEL6:
http://downloads.mesosphere.io/marathon/v0.7.0-RC3/marathon-0.7.0-0.3.RC3.x86_64.rpm

Debian/Ubuntu 14.04:
http://downloads.mesosphere.io/marathon/v0.7.0-RC3/marathon_0.7.0-0.3.RC3_amd64.deb

Debian/Ubuntu 14.04 packages are also available via the Mesosphere testing
repositories.

Debian 7
deb http://repos.mesosphere.io/debian wheezy-testing main

Ubuntu 14.04
deb http://repos.mesosphere.io/ubuntu trusty-testing main

See: http://mesosphere.io/2014/07/17/mesosphere-package-repositories

Setup

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF
DISTRO=$(lsb_release -is | tr '[:upper:]' '[:lower:]')
CODENAME=$(lsb_release -cs)

Add the repository

echo "deb http://repos.mesosphere.io/${DISTRO} ${CODENAME}-testing main" | \
sudo tee /etc/apt/sources.list.d/mesosphere.list
sudo apt-get -y update

Install or upgrade Marathon package

sudo apt-get -y install marathon

Changelog from Marathon 0.7.0-RC2 to 0.7.0-RC3:
v0.7.0-RC2...v0.7.0-RC3