When you build an image that depends of other, you can be unable to get dependency if buildKit is enable
```
=> ERROR [internal] load metadata for docker.io/library/conan-el6-gcc44-x86:latest 1.5s
------
> [internal] load metadata for docker.io/library/conan-el6-gcc44-x86:latest:
------
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
```
To fix it
```
export DOCKER_BUILDKIT=0
```
### CentOS 6 on WSL2
There is an issue when old Linux distribution as CentOS 6 with Docker on Windows with WSL2