(Semi-related: #401)
Right now, buildx supports --quiet strictly for docker build compatibility - but it doesn't actually quiet builds, it just prints out
quiet currently not implemented
|
logrus.Warnf("quiet currently not implemented") |
Would be great to get this on the roadmap :)
(Semi-related: #401)
Right now, buildx supports
--quietstrictly fordocker buildcompatibility - but it doesn't actually quiet builds, it just prints outbuildx/commands/build.go
Line 83 in 4fec647
Would be great to get this on the roadmap :)