Skip to content

Commit

Permalink
Upgrading Mesos to 1.7.2 and Aurora Scheduler to 0.23.0 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ridv authored Feb 26, 2021
1 parent 4aaec87 commit 6a1cf25
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.2
image: aurorascheduler/mesos-master:1.7.2
restart: on-failure
ports:
- "5050:5050"
Expand All @@ -32,7 +32,7 @@ services:
- zk

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

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

aurora-one:
image: rdelvalle/aurora:0.22.0
image: aurorascheduler/scheduler:0.23.0
pid: host
ports:
- "8081:8081"
Expand Down

0 comments on commit 6a1cf25

Please sign in to comment.