mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
fix: image logger (#8040)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
parent
703b63d151
commit
7ea68ba290
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ import (
|
|||
|
||||
"github.com/distribution/distribution/reference"
|
||||
"github.com/kyverno/kyverno/pkg/config"
|
||||
"sigs.k8s.io/controller-runtime/pkg/log"
|
||||
"github.com/kyverno/kyverno/pkg/logging"
|
||||
)
|
||||
|
||||
var logger = log.Log.WithName("image")
|
||||
var logger = logging.WithName("image")
|
||||
|
||||
type ImageInfo struct {
|
||||
// Registry is the URL address of the image registry e.g. `docker.io`
|
||||
|
|
Loading…
Reference in a new issue