Open
Description
Hello,
My team is currently using the plugins/ecr
, and I noticed that the commands docker rmi
and docker system prune -f
are printed in the logs, but these commands are never executed; we are mounting the host machine's docker daemon. Looking at the code, thedocker rmi
and docker system prune -f
commands are printed out using the trace
function but is never executed. This PR fixes this.
Related issue #378.
Metadata
Metadata
Assignees
Labels
No labels