Commit Graph

47 Commits

Author SHA1 Message Date
will Farrell 11e75ab9a2 Merge branch 'master' into stop-timeouts 2019-02-26 00:17:24 -07:00
will Farrell 3be2e31184 Merge pull request #25 from rishiloyola/master
Exit if right most command fails in pipe
2019-02-26 00:16:53 -07:00
will Farrell f336241b84 Merge pull request #24 from normanrz/patch-1
Update docker-entrypoint
2019-02-26 00:14:31 -07:00
Johnny Marnell c1e3ad0711 Add global and per container stop timeouts ; minor doc fixes 2019-02-25 18:52:58 -05:00
Rishi d1a2e17253 Exit if right most command fails in pipe 2019-01-23 22:46:05 +05:30
Norman Rzepka 2d895e859a Update docker-entrypoint
When using the default start period, autoheal always prints `Monitoring containers for unhealthy status in  second(s)`
2019-01-21 11:58:19 +01:00
will Farrell acd100b124 Merge pull request #18 from Cyber1000/master
Changed system to only one docker-api request, api-request now only g…
v0.6.0
2018-12-08 09:54:44 -07:00
will Farrell 50fee7b01c Merge pull request #21 from Naaooj/master
Added AUTOHEAL_START_PERIOD to delay the first health check
v0.5.1
2018-12-08 09:41:27 -07:00
Johann BERNEZ b0d602ded1 Added AUTOHEAL_START_PERIOD to delay the first health check 2018-12-08 11:31:58 +01:00
will Farrell ada5dfd023 Merge pull request #20 from nyurik/patch-1
Update README.md
2018-12-02 00:28:35 -07:00
Yuri Astrakhan 17ec6c4344 Update README.md 2018-11-30 19:00:44 -05:00
Harald Heigl b1fe537daa Removed tmp_dir (not needed anymore) 2018-10-29 09:42:26 +01:00
Harald Heigl 8830a6b454 Changed system to only one docker-api request, api-request now only gets unhealthy containers 2018-10-29 09:08:32 +01:00
will Farrell 11daf62217 feat: add licence 2018-10-02 09:00:53 -06:00
will Farrell cf467a2d6e Merge pull request #15 from Magi1053/patch-1
Add example for how to create the container
2018-09-04 08:56:19 -06:00
Magi1053 05b09f84ee Add example for how to create the container 2018-08-22 11:00:39 -05:00
will Farrell 49162bb626 Merge pull request #14 from eddyhub/master
Multiarch build
v0.5.0
2018-08-21 15:33:48 -06:00
eddyhub 5e816f9ff5 Use a specific version of alpine to get a reproducible build and set default arch to x86_64. 2018-08-21 23:32:11 +02:00
eddyhub 825dbbc84d Added gitlab-ci.yml to be able to build the containers in gitlab. 2018-08-19 19:26:41 +02:00
eddyhub 8697de51a3 Added multiarch build, because I need this image for mi Raspberry PI 2018-08-19 09:27:33 +02:00
will Farrell e045dc9a2e Merge pull request #13 from shidenggui/master
Delete container from restart list when container name is null
v0.4.0
2018-06-17 11:47:57 -06:00
shidenggui caf3817b30 Fix grammer error 2018-06-15 16:38:12 +08:00
jon 5d80dcb643 Delete container from restart list when container name is null 2018-06-15 12:05:33 +08:00
will Farrell f677a2881e Merge pull request #12 from schulzh/master
Add curl timeout
v0.3.4
2018-05-18 17:53:03 -06:00
Hans Schulz 6a65ad6e98 Update docker-entrypoint 2018-05-18 10:14:56 +02:00
Hans Schulz 31e8dfccd1 add curl timeout 2018-05-17 16:28:18 +02:00
will Farrell 1c1cd9b151 Merge pull request #11 from hasnat/patch-2
show container name in log (not us docker binary this time)
v0.3.3
2018-04-20 11:33:36 -06:00
Hasnat 20791b1cab show container name in log (not us docker binary this time)
related to #9
2018-04-20 17:46:32 +01:00
will Farrell ee12529f89 Merge pull request #10 from willfarrell/revert-9-patch-1
Revert "Adds container name in log"
v0.3.2
2018-04-20 10:12:41 -06:00
will Farrell 3e9a92ddc6 Revert "Adds container name in log" 2018-04-20 10:12:30 -06:00
will Farrell 49b64dd39b Merge pull request #9 from hasnat/patch-1
Adds container name in log
v0.3.1
2018-04-19 12:45:12 -06:00
Hasnat cc4ff72e03 Adds container name in log 2018-04-19 19:38:50 +01:00
will Farrell 879e425a7b Merge pull request #8 from apm963/master
Listen for sigterm and exit
v0.3.0
2018-03-13 16:12:21 -06:00
Adam Mazzarella 6548ff331b Listen for sigterm and exit 2018-02-16 15:55:42 -05:00
will Farrell 02d8cd0ae9 Only make tmp dir if it doesn't exist #6 v0.2.1 2017-12-08 12:12:45 -07:00
will Farrell f638dd81d2 Merge pull request #5 from fabriziocucci/patch-1
Fixed typo in README.md
2017-11-26 09:59:28 -07:00
Fabrizio Cucci 18d53d6852 Fixed typo in README.md 2017-11-25 17:35:27 +00:00
will Farrell 0d4e9e378e Merge pull request #4 from luckydonald-forks/master
Made DOCKER_SOCK path user configurable
v0.2.0
2017-11-23 18:58:50 -07:00
Luckydonald f01d3baab7 Added DOCKER_SOCK env variable here. 2017-11-23 18:48:51 +01:00
Luckydonald 7b218d4ebc Made DOCKER_SOCK configurable,
default it to /var/run/docker.sock
2017-11-23 18:47:15 +01:00
will Farrell 4a30bca366 Merge pull request #2 from dcharbonnier/master
try to restart forever
v0.1.1
2017-11-14 13:31:47 -07:00
dcharbonnier 03c5a74d84 fix variable name 2017-11-13 15:10:13 +01:00
dcharbonnier 20f23f3316 try to restart forever 2017-11-09 11:32:34 +01:00
will Farrell 9c00a8941f add date to autoheal logs v0.1.0 2017-03-20 12:13:03 -06:00
will Farrell 2d8847f362 docs update 2017-02-16 13:13:09 -07:00
will Farrell a8a5b27562 force healthcheck to healthy 2017-02-12 21:52:55 -07:00
will Farrell 11d4d0eb22 init commit 2017-02-11 19:19:32 -07:00