Skip to content

Commit

Permalink
Moving future to final 0.22.0 release and Mesos 1.6.2 (#114)
Browse files Browse the repository at this point in the history
Changes in compose testing setup:
* Upgrading Aurora to 0.22.0
* Upgrading Mesos to 1.6.2
  • Loading branch information
ridv committed Jan 14, 2020
1 parent 976dc26 commit 9da3b96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
ipv4_address: 192.168.33.2

master:
image: rdelvalle/mesos-master:1.6.1
image: rdelvalle/mesos-master:1.6.2
restart: on-failure
ports:
- "5050:5050"
Expand All @@ -32,7 +32,7 @@ services:
- zk

agent-one:
image: rdelvalle/mesos-agent:1.6.1
image: rdelvalle/mesos-agent:1.6.2
pid: host
restart: on-failure
ports:
Expand All @@ -56,7 +56,7 @@ services:
- zk

agent-two:
image: rdelvalle/mesos-agent:1.6.1
image: rdelvalle/mesos-agent:1.6.2
pid: host
restart: on-failure
ports:
Expand All @@ -80,7 +80,7 @@ services:
- zk

aurora-one:
image: rdelvalle/aurora:0.22.0-07c1dee796e553540a025d3ef5e126cfaf14620d
image: rdelvalle/aurora:0.22.0
pid: host
ports:
- "8081:8081"
Expand Down

0 comments on commit 9da3b96

Please sign in to comment.