mirror of
https://github.com/containrrr/watchtower.git
synced 2026-02-22 23:24:06 +01:00
Adding new runtime param delay-days that is used to control whether container is updated to new image immediately or wait until the indicated days have passed
This commit is contained in:
parent
0a14f3aa9c
commit
a8279b47fe
5 changed files with 59 additions and 4 deletions
|
|
@ -11,7 +11,8 @@ type UpdateParams struct {
|
|||
NoRestart bool
|
||||
Timeout time.Duration
|
||||
MonitorOnly bool
|
||||
NoPull bool
|
||||
NoPull bool
|
||||
DelayDays int
|
||||
LifecycleHooks bool
|
||||
RollingRestart bool
|
||||
LabelPrecedence bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue