ricardozanini commented on code in PR #2685:
URL:
https://github.com/apache/incubator-kie-tools/pull/2685#discussion_r1809129414
##########
packages/kn-plugin-workflow/pkg/common/containers.go:
##########
@@ -51,6 +51,10 @@ type DockerLogMessage struct {
ID string `json:"id,omitempty"`
}
+type DockerClient interface {
+ ImageList(ctx context.Context, options types.ImageListOptions)
([]types.ImageSummary, error)
Review Comment:
oh so this problem won't happen with podman?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]