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.
Hello,
My team is currently using the
plugins/ecr, and I noticed that the commandsdocker rmianddocker system prune -fare printed in the logs, but these commands are never executed; we are mounting the host machine's docker daemon. Looking at the code, thedocker rmianddocker system prune -fcommands are printed out using thetracefunction but is never executed. This PR fixes this.Related issue #378.