-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter dangling images using image filters. #1785
Conversation
829ba87
to
a682aa1
Compare
@@ -369,7 +370,7 @@ func ParseRepoTag(imgName string) (string, string) { | |||
|
|||
ref, err := refdocker.ParseDockerRef(imgName) | |||
if err != nil { | |||
logrus.WithError(err).Warnf("unparsable image name %q", imgName) | |||
logrus.WithError(err).Debugf("unparsable image name %q", imgName) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Every time there is a <none>
image listed out; this Warning is printed out; I think we should not do it; now that we are adding more support for dangling images.
a682aa1
to
48175ee
Compare
Signed-off-by: Manu Gupta <[email protected]>
48175ee
to
9d79e98
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Signed-off-by: Manu Gupta [email protected]