File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ RUN curl -Ls -o get-pip.py https://bootstrap.pypa.io/get-pip.py && \
21
21
mock==2.0.0
22
22
23
23
# Add consul agent
24
- RUN export CONSUL_VERSION=0.9.0 \
25
- && export CONSUL_CHECKSUM=33e54c7d9a93a8ce90fc87f74c7f787068b7a62092b7c55a945eea9939e8577f \
24
+ RUN export CONSUL_VERSION=1.0.6 \
25
+ && export CONSUL_CHECKSUM=bcc504f658cef2944d1cd703eda90045e084a15752d23c038400cf98c716ea01 \
26
26
&& curl --retry 7 --fail -vo /tmp/consul.zip "https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip" \
27
27
&& echo "${CONSUL_CHECKSUM} /tmp/consul.zip" | sha256sum -c \
28
28
&& unzip /tmp/consul -d /usr/local/bin \
29
29
&& rm /tmp/consul.zip \
30
30
&& mkdir -p /opt/consul/config
31
31
32
32
# Add ContainerPilot and set its configuration file path
33
- ENV CONTAINERPILOT_VER 3.3 .0
33
+ ENV CONTAINERPILOT_VER 3.7 .0
34
34
ENV CONTAINERPILOT /etc/containerpilot.json5
35
- RUN export CONTAINERPILOT_CHECKSUM=62621712ef6ba755e24805f616096de13e2fd087 \
35
+ RUN export CONTAINERPILOT_CHECKSUM=b10b30851de1ae1c095d5f253d12ce8fe8e7be17 \
36
36
&& curl -Lso /tmp/containerpilot.tar.gz \
37
37
"https://github.com/joyent/containerpilot/releases/download/${CONTAINERPILOT_VER}/containerpilot-${CONTAINERPILOT_VER}.tar.gz" \
38
38
&& echo "${CONTAINERPILOT_CHECKSUM} /tmp/containerpilot.tar.gz" | sha1sum -c \
Original file line number Diff line number Diff line change 26
26
restarts : "unlimited "
27
27
} ,
28
28
{ { end } }
29
- { { if . DUMP_INTERVAL } }
30
- {
31
- name : "backup" ,
32
- exec : "python /usr/local/bin/manage.py backup" ,
33
- when : {
34
- interval : "{{ .DUMP_INTERVAL }}" ,
35
- }
36
- } ,
37
- { { end } }
38
29
{
39
30
name : "mongodb-replicaset" ,
40
31
port : 27017 ,
You can’t perform that action at this time.
0 commit comments