mirror of
https://github.com/containrrr/watchtower.git
synced 2026-02-28 01:44:08 +01:00
Enable label-take-precedence for the no-pull option
This commit is contained in:
parent
ca227f5a57
commit
85f960c5eb
8 changed files with 114 additions and 47 deletions
|
|
@ -67,7 +67,7 @@ type Container interface {
|
|||
VerifyConfiguration() error
|
||||
SetStale(bool)
|
||||
IsStale() bool
|
||||
IsNoPull() bool
|
||||
IsNoPull(UpdateParams) bool
|
||||
SetLinkedToRestarting(bool)
|
||||
IsLinkedToRestarting() bool
|
||||
PreUpdateTimeout() int
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ type UpdateParams struct {
|
|||
NoRestart bool
|
||||
Timeout time.Duration
|
||||
MonitorOnly bool
|
||||
NoPull bool
|
||||
LifecycleHooks bool
|
||||
RollingRestart bool
|
||||
LabelPrecedence bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue