mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-23 18:40:13 +01:00
pkg/registry: improve logging, tests & (test) readability
This commit is contained in:
parent
905a38f24c
commit
6d64f81ad4
8 changed files with 90 additions and 76 deletions
|
|
@ -4,6 +4,7 @@ import (
|
|||
"github.com/docker/distribution/reference"
|
||||
)
|
||||
|
||||
// domains for Docker Hub, the default registry
|
||||
const (
|
||||
DefaultRegistryDomain = "docker.io"
|
||||
DefaultRegistryHost = "index.docker.io"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue