mirror of
https://github.com/containrrr/watchtower.git
synced 2026-04-18 01:49:03 +02:00
remove unwanted changes from merge delta
This commit is contained in:
parent
385b6db472
commit
ec98f52182
13 changed files with 144 additions and 295 deletions
|
|
@ -3,7 +3,7 @@ package actions
|
|||
import (
|
||||
"sort"
|
||||
|
||||
"github.com/kopfkrieg/watchtower/container"
|
||||
"github.com/containrrr/watchtower/container"
|
||||
)
|
||||
|
||||
// CheckPrereqs will ensure that there are not multiple instances of the
|
||||
|
|
|
|||
|
|
@ -4,12 +4,12 @@ import (
|
|||
"math/rand"
|
||||
"time"
|
||||
|
||||
"github.com/kopfkrieg/watchtower/container"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/containrrr/watchtower/container"
|
||||
)
|
||||
|
||||
var (
|
||||
letters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
|
||||
letters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
|
||||
)
|
||||
|
||||
// Update looks at the running Docker containers to see if any of the images
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue