This message was deleted.
# general
s
This message was deleted.
1
1️⃣ 2
w
Yes you can build the docker ‘docker build --quiet’
s
Leaving this here for anybody who searches for this later: You can do this as Lior said, by adding an
extra_options=
to your
docker.DockerBuild
declaration. However, as of now,
docker buildx build
doesn't support
--quiet
😞 https://github.com/docker/buildx/issues/621