Leonardo Amaral
31a64b4ba7
Merge pull request #116 from AlexisPPLIN/feature/dynamic-alpine-version-tagging
...
Rework of alpine version tagging for docker images. Fixes #99
2023-10-02 15:44:03 -03:00
Alexis
539139d2ee
leleobhz suggestion of ALPINE_VERSION variable enclosure
2023-10-02 20:41:55 +02:00
Alexis POUPELIN
ef64851f0d
Added ALPINE_VERSION ARG in Dockerfile
2023-09-19 10:49:45 +02:00
modem7
d4ccbff088
Merge pull request #112 from modem7/modem7
...
Changes from Modem7 and Tylerpace
2023-09-15 15:57:41 +01:00
modem7
5b99d0280f
Updating image
...
Updated Dockerfile and scripts with some of the latest PR's, and work from tylerpace.
Adding a few files back from original repo such as tests and github workflow.
Co-Authored-By: Tyler Pace <4195596+tylerpace@users.noreply.github.com >
2023-09-15 15:32:52 +01:00
Tyler Pace
2cb5d2bae9
Merge branch 'heal_script'
2023-04-18 18:38:05 -07:00
Tyler Pace
d73e401716
Merge branch 'sleep_signals'
2023-04-18 18:24:18 -07:00
Tyler Pace
709b389319
Merge branch 'blacklist'
2023-04-18 18:21:46 -07:00
Tyler Pace
3ef82dc992
Manually merge PR#79.
2023-04-18 18:21:18 -07:00
Tyler Pace
ab62fb4027
Merge branch 'entrypoint'
2023-04-18 18:08:58 -07:00
Tyler Pace
096842108e
Merge branch 'apprise'
2023-04-18 18:07:43 -07:00
Carl Mercier
758d785dff
Allow specifying a script to be executed after restarting a container
2023-04-18 20:27:11 -04:00
Carl Mercier
317fc0ce94
Upgrade Alpine
2023-04-18 19:27:33 -04:00
xythian
e53897503f
Update base image to alpine 3.17.3.
2023-04-14 09:38:19 -07:00
70m6
44da6aa643
properly handle signals while sleeping
...
https://i.imgur.com/OpOvSut.png
2022-06-15 17:04:00 +02:00
Arno Hautala
a47a09ac29
readme note
2022-04-01 16:48:55 -04:00
Arno Hautala
0cbd4e2537
blacklist support
2022-04-01 16:48:15 -04:00
Arno Hautala
fe40542a5c
silently curl in notifications
2021-10-15 08:40:53 -04:00
hthighwaymonk
44aaecc310
Update docker-entrypoint
...
line 75
using `"text":"$text" fails, but if you change it to `"content":"$text"` it works
2021-10-07 15:46:58 -07:00
Arno Hautala
d836627382
documentation
2021-10-05 22:49:55 -04:00
Arno Hautala
b8c89a85b0
added support for Apprise notifications
2021-10-05 19:57:40 -04:00
will Farrell
3fb69019f1
Merge pull request #66 from floushee/main
...
Added support for Slack / MS Teams webhooks
2021-10-04 22:01:48 -06:00
Dominik Deutsch
7f8ed3acd1
Removed notify only option
2021-07-11 16:54:52 +02:00
will Farrell
452613d5b4
Merge pull request #69 from safinbot/patch-1
...
upgrade alpine to 3.13.5
1.2.0
2021-07-08 00:38:58 -06:00
safinbot
f16656b2d5
upgrade alpine to 3.13.5
2021-07-08 11:07:40 +08:00
Dominik Deutsch
5b5d43e913
Added NOTIFY_ONLY option to disable automated container restarts
2021-06-11 14:11:06 +02:00
Dominik Deutsch
5bf4edcac8
Run notify_webhook as background process instead of just the curl command
2021-05-12 22:31:42 +02:00
Dominik Deutsch
449db17500
Execute webhook requests as background processes
2021-05-12 20:37:34 +02:00
Dominik Deutsch
6adc217055
Fixed alert messages
2021-05-12 17:06:11 +02:00
Dominik Deutsch
a1d0e0e825
Notify webhooks using a generic URL
2021-05-12 15:34:32 +02:00
Dominik Deutsch
7545e77c1e
Added support for Slack / MS Teams webhooks
2021-05-12 14:16:27 +02:00
nukedupe
9e8c865c74
fix typo
2021-04-16 20:27:25 +02:00
nukedupe
2ae63255b4
fix documentation
2021-04-16 16:23:39 +02:00
nukedupe
724611862f
fix issue #48
2021-04-16 13:12:51 +02:00
nukedupe
827924d0b7
Update docker-entrypoint
...
redirect output to stderr
Co-authored-by: Philipp Schmitt <pschmitt@users.noreply.github.com >
2021-04-16 12:52:00 +02:00
nukedupe
58712cde26
Update docker-entrypoint
...
Don't exit 0 if there's an error.
Co-authored-by: Philipp Schmitt <pschmitt@users.noreply.github.com >
2021-04-16 12:51:21 +02:00
nukedupe
b9c3b35550
update alpine to 3.13
2021-04-16 01:27:53 +02:00
nukedupe
35e7733b0c
add tcp support
2021-04-16 01:27:23 +02:00
nukedupe
ab84fc5c35
fix issue #48
2021-04-16 01:26:02 +02:00
will Farrell
50de4c7688
Merge pull request #61 from ap-wtioit/main-make_tests_ci_compatible
...
make tests compatible with docker servers that run multiple projects
2021-04-15 00:56:12 -06:00
Andreas Perhab
da333f55b1
enable tests to use unique project and autoheal labels for CI
...
on CI servers where multiple docker containers run we might not
want to restart docker containers from other builds running in
parallel
2021-03-02 08:18:45 +01:00
will Farrell
8988af9061
docs: bump version number
2021-02-25 21:47:22 -07:00
will Farrell
b749ed65bc
Merge pull request #56 from hjaske/patch-1
...
check container state not restarting
1.1.0
2021-02-25 21:44:09 -07:00
will Farrell
f79547a43d
Merge pull request #58 from hasnat/add_tests
...
Try tests via docker-compose
2021-02-25 21:43:38 -07:00
Hasnat Ullah
4b53d7f960
Try tests via docker-compose
2021-02-10 12:18:09 +00:00
hjaske
aed23ac7a4
check container state not restarting
...
Don't restart containers which state is restarting.
2021-02-08 16:14:13 +02:00
will Farrell
bba733b968
fix: revert
2021-02-06 12:33:13 -07:00
will Farrell
8798ded18a
docs: version bump
2021-02-05 21:17:09 -07:00
will Farrell
2ccd6129c4
Merge pull request #54 from hasnat/patch-4
...
not restart already restarting containers
2021-02-05 21:15:10 -07:00
Hasnat
d5bd0c2d66
not restart already restarting containers
...
fixes #53
2021-02-04 11:18:24 +00:00