Commit Graph

74 Commits

Author SHA1 Message Date
will Farrell e55bb8ceca ci: alpine 3.11 2020-11-30 23:29:13 -07:00
will Farrell 4c2d2c9b04 docs: update tagged versions 2020-11-30 22:35:09 -07:00
will Farrell 4af2100a2f ci: move build script to root to allow relative paths to root 2020-11-30 22:32:27 -07:00
will Farrell f1db1edab6 ci: clean up build script path 2020-11-30 22:25:45 -07:00
will Farrell 5e3779a5e9 ci: add missing build script 2020-11-30 22:21:52 -07:00
will Farrell 07eb586f08 fix: bump alpine version 2020-11-30 22:18:06 -07:00
will Farrell ec996452e5 ci: remove unused scripts/config 2020-11-30 22:15:47 -07:00
will Farrell 0470754f65 docs: add in funding yml 2020-11-30 22:07:39 -07:00
will Farrell 4b31e38e75 docs: add in example on how to map in local timezone 2020-11-30 22:06:22 -07:00
will Farrell 4969af7121 Merge pull request #41 from pschmitt/alpine_latest
Rebase on alpine latest
2020-11-30 21:58:44 -07:00
will Farrell 6f4fe2209d Merge pull request #40 from pschmitt/github_actions
Add multiarch support + Daily builds with GitHub Actions
2020-11-30 21:58:21 -07:00
will Farrell e81e82a438 Merge pull request #39 from pschmitt/dockerfile_env_vars
Add ENV vars with default values
2020-11-30 21:57:42 -07:00
will Farrell b58d90d307 Merge pull request #38 from pschmitt/shellcheck
Refactor and shellcheck
2020-11-30 21:57:17 -07:00
will Farrell 7c911ef6f1 Merge branch 'master' into shellcheck 2020-11-30 21:57:06 -07:00
will Farrell 75feb09301 Merge pull request #37 from oyxnaut/docker-tcp
Add ability to use TCP sockets (TLS only)
2020-11-30 21:47:00 -07:00
will Farrell 9b4849946f Merge pull request #44 from ThomDietrich/patch-1
Hide START_PERIOD=0 from log
2020-06-03 13:41:54 -06:00
Thomas Dietrich a1332a717f Hide START_PERIOD=0 from log 2020-06-03 15:07:24 +02:00
Philipp Schmitt 934efb2c7b Rebase on alpine latest 2020-03-11 19:14:02 +01:00
Philipp Schmitt a7e3f30467 Add multiarch support + Daily builds with GitHub Actions 2020-03-11 19:00:43 +01:00
Philipp Schmitt de0421ebec Add ENV vars with default values 2020-03-11 18:57:21 +01:00
Philipp Schmitt 927589ba66 Refactor and shellcheck 2020-03-11 18:53:40 +01:00
oxynaut 7457fc5071 Add ability to use TCP sockets (TLS only) 2020-03-06 16:59:24 +01:00
will Farrell 3be3e16bb2 Merge pull request #32 from hasnat/patch-3
Do a proper self healthcheck
2019-06-15 18:31:32 -06:00
Hasnat Ullah 5d2839a43b More appropriate self healthcheck 2019-06-03 20:14:28 +01:00
Hasnat 56f902d8b5 Merge pull request #1 from willfarrell/master
update fork
2019-06-03 19:46:31 +01:00
will Farrell 62f7279522 fix: add in gitignore 2019-02-26 01:25:43 -07:00
will Farrell c630969f60 Merge pull request #28 from JohnnyMarnell/stop-timeouts
Add global and per container stop timeouts ; minor doc fixes
v0.7.0
2019-02-26 00:17:40 -07:00
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