You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
watchtower/pkg
yrien30 145fe6dbcb
Pre-update lifecycle hook (#793)
* Make watchtower skip update if pre-update lifecycle hook exits with a non-zero exit code
#649

* Make watchtower skip update if pre-update lifecycle hook exits with a non-zero exit code
#649

* Make watchtower skip update if pre-update lifecycle hook exits with a non-zero exit code
#649

* Make watchtower skip update if pre-update lifecycle hook exits with a non-zero exit code
#649

* Make watchtower skip update if pre-update lifecycle hook exits with a non-zero exit code #649

* Make watchtower skip update if pre-update lifecycle hook exits with a non-zero exit code #649

* Make watchtower skip update if pre-update lifecycle hook exits with a non-zero exit code #649

* Prevent starting new container if old one is not stopped because of lifecycle hook.

* Add null check for c.containerInfo.State in IsRunning

* Fixed that the container would not start

* Added test for preupdate

* EX_TEMPFAIL -> ExTempFail

* Added missing fuction ouput names

* Skip preupdate when container is restarting.
3 years ago
..
api test: fix metrics api test stability (#930) 3 years ago
container Pre-update lifecycle hook (#793) 3 years ago
filters feat: include additional info in startup (#809) 3 years ago
lifecycle Pre-update lifecycle hook (#793) 3 years ago
metrics fix: merge artifacts and broken shoutrrr tests (#929) 3 years ago
notifications feat: allow hostname override for notifiers (#994) 3 years ago
registry * feat: custom user agent (#990) 3 years ago
sorter refactor: extract code from the container package 5 years ago
types feat: allow hostname override for notifiers (#994) 3 years ago