Commit Graph

11 Commits (158b6935d4a9884e84fb7779df495d2ebdcbed29)

Author SHA1 Message Date
Victor Moura 6a18ee911e
Adds scopeUID config to enable multiple instances of Watchtower (#511)
* Adds scopeUID config to enable multiple instances of Watchtower

* Adds tests for multiple instance support with scopeuid

* Adds docs on scope monitoring and multiple instance support

* Adds multiple instances docs to mkdocs config file

* Changes multiple instances check and refactors naming for scope feature

* Applies linter suggestions

* Fixes documentation on Watchtower monitoring scope
5 years ago
nils måsén 5efb249a86
Skip updating containers where no local image info can be retrieved (#612)
* Revert "Image of running container no longer needed locally (#571)"

This reverts commit 6da66fb312.

* Update client.go

* fix: skip updating when no image info can be retrieved

This will allow watchtower to continue even though the image info for a
container cannot be retrieved. If this happens one warning will be emitted
and the container will be skipped, unless NoRestart or OnlyMonitor is supplied
5 years ago
Valentine Zavadsky b32cb5d35d
Add ability to overrider depending containers with special label (#489)
* Add ability to overrider depending containers with special label

* Add documentation of how to override container dependencies with special label
6 years ago
Simon Aronsson 98c60d7441 fix some errors and clean up 6 years ago
Simon Aronsson 1d1c630f7a feat: add timeout override for pre-update lifecycle hook 6 years ago
Simon Aronsson e1239b2cdb
Merge branch 'master' into fix/retain-cmd 6 years ago
Raymon de Looff fde6e73077 Unset Hostname when NetworkMode is container
The hostname can not be set on containers using a container network stack
6 years ago
Simon Aronsson d1abce889a refactor: extract code from the container package 6 years ago
John Clayton 4f120ef037 Don’t delete cmd when runtime entrypoint is different 6 years ago
Simon Aronsson bfae38dbf8
Feat/lifecycle hooks (#351)
* feat(update): add lifecycle hooks to the update action

* fix(ci): add bash tests for lifecycle-hooks to the ci workflow

* fix(ci): move integration tests to an isolated step

* fix(ci): fix malformed all-contributors json

* fix(ci): disable automatic bash test until we figure out a reasonable way to run it in circleci
6 years ago
Simon Aronsson 74ce92760c refactor: move container into pkg 6 years ago