alswl/excalidraw-collaboration

unknown flag: --progress

MuratovAS opened this issue · 4 comments

--progress=plain \

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/

unknown flag: --progress
See 'docker build --help'.

I solved this problem by deleting the line

alswl commented

Please show me your docker version by command line docker --version.

Please show me your docker version by command line docker --version.

Docker version 23.0.6, build ef23cbc431

Docker version 23.0.6, build ef23cbc

alswl commented

My local docker version is Docker version 23.0.5, build bc4487a.

I switch to 23.0.6, I found the information(docker build --help):

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/

It seems documented in https://docs.docker.com/engine/deprecated/#legacy-builder-fallback , but the --progress argument is lack of description.

Maybe you can downgrade your docker version, or install https://github.com/docker/buildx#linux-packages and using docker buildx build