File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 3.3.12 (2019-01-09)
5
+ ------------------------
6
+
7
+ * Updated DNS check to be backwards compatible
8
+
9
+
4
10
3.3.11 (2019-01-09)
5
11
------------------------
6
12
Original file line number Diff line number Diff line change 1
- __version__ = "3.3.11 "
1
+ __version__ = "3.3.12 "
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ class DockerEngineDNSCheck(DockerEngineBaseCheck):
177
177
"busybox" ,
178
178
"sh" ,
179
179
"-c" , # run in new a shell to avoid problems with timeout
180
- "timeout 5 nslookup -type=a control.divio.com." ,
180
+ "timeout 5 nslookup -type=a control.divio.com. || timeout -t 5 nslookup -type=a control.divio.com. " ,
181
181
)
182
182
183
183
def fmt_exception (self , exc ):
You can’t perform that action at this time.
0 commit comments