docker
docker copied to clipboard
Building 0.0s
docker compose build calcom
[+] Building 0.0s (0/0)
network mode "stack" not supported by buildkit. You can define a custom network for your builder using the network driver-opt in buildx create.
Could this be something to do with my server configuration?
This is the same issue we are seeing on #121
Please try this with the updated documentation and build command of DOCKER_BUILDKIT=0 docker compose build calcom
no go.
related to #134
Having the same issue! Regular buildx works:
docker buildx create \
--use --bootstrap \
--driver docker-container
But when I've tried to setup a remote buildx it's getting stuck at "Building 0.0s" without any error/notice. I've made shure the remote buildx tcp port is open!