Skip to content
Snippets Groups Projects
Commit c09db422 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Mesos DNS container"

parents ba6ea72a dd298fcb
No related branches found
No related tags found
No related merge requests found
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
MAINTAINER {{ maintainer }}
RUN curl -o /usr/local/bin/mesos-dns -L https://github.com/mesosphere/mesos-dns/releases/download/v0.5.1/mesos-dns-v0.5.1-linux-amd64 \
&& chmod +x /usr/local/bin/mesos-dns
{{ include_footer }}
...@@ -50,8 +50,8 @@ _PROFILE_OPTS = [ ...@@ -50,8 +50,8 @@ _PROFILE_OPTS = [
'nova', 'openvswitch', 'rabbitmq', 'heka'], 'nova', 'openvswitch', 'rabbitmq', 'heka'],
help='Gate images'), help='Gate images'),
cfg.ListOpt('mesos', cfg.ListOpt('mesos',
default=['chronos', 'marathon', 'mesos-master', 'mesos-slave', default=['chronos', 'marathon', 'mesos-dns', 'mesos-master',
'zookeeper'], 'mesos-slave', 'zookeeper'],
help='Mesos images') help='Mesos images')
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment