You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without manual edit, the docker deploy script fails for recent versions of docker with
unknown flag: --progress
See 'docker build --help'.
Furthermore we get
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
We should look into updating to the new style of builds (which also apparently still has a --progress flag).
The text was updated successfully, but these errors were encountered:
Without manual edit, the docker deploy script fails for recent versions of docker with
Furthermore we get
We should look into updating to the new style of builds (which also apparently still has a
--progress
flag).The text was updated successfully, but these errors were encountered: