vcluster development install: docker: unknown flag: --tag

1k views Asked by At

I am setting up vcluster for development: docs

devspace run dev

....
[info]   Using namespace 'vcluster'
[info]   Using kube context 'vhost'
[done] √ Created namespace: vcluster
[info]   Rebuild image  because tag is missing                      
[info]   Building image 'ghcr.io/loft-sh/loft-enterprise/dev-vcluster:kSukXFs' with engine 'buildkit'
[info]   Execute BuildKit command with: docker buildx build --tag ghcr.io/loft-sh/loft-enterprise/dev-vcluster:kSukXFs --push --file Dockerfile --target builder -
unknown flag: --tag
See 'docker --help'.

Usage:  docker [OPTIONS] COMMAND
...
Run 'docker COMMAND --help' for more information on a command.

To get more help with docker, check out our guides at https://docs.docker.com/go/guides/

[fatal]  error building image ghcr.io/loft-sh/loft-enterprise/dev-vcluster:kSukXFs: exit status 125

Is my version of docker too old?

I am using Docker version 20.10.12

0

There are 0 answers