relates to #3039 (review)
On WSL we don't have access to the Desktop build backend to import build records:
$ docker buildx history import < rec-20250119-docker~build-push-action~JBMEH5.dockerbuild
ERROR: failed to send request, check if Docker Desktop is running: Post "http://docker-desktop/upload": dial unix /home/user/.docker/desktop/docker-desktop-build.sock: connect: no such file or directory
That's because the Desktop build service runs on the Windows host and is isolated from WSL distributions. We need to fix this issue on Docker Desktop first.
relates to #3039 (review)
On WSL we don't have access to the Desktop build backend to import build records:
That's because the Desktop build service runs on the Windows host and is isolated from WSL distributions. We need to fix this issue on Docker Desktop first.