treblereel commented on code in PR #2685:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2685#discussion_r1809107698


##########
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:
   @ricardozanini you can take a look at `func RunContainerCommand` at 
containers.go,  only docker uses it.
   
   I plan to refactor it a little in the future, this func can be improved
   



-- 
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]

Reply via email to