Make fails
make gives the following error:
. . .
Step 7/11 : RUN env CGO_ENABLED=0 GOOS=linux go build --ldflags '-s -w -extldflags "-static"' -o /usr/bin/docker_log_driver_loki ---> Running in d4c067ccc8cd
github.com/docker/go-connections/sockets
../../docker/go-connections/sockets/sockets.go:34:26: dialer.DialContext undefined (type proxy.Dialer has no field or method DialContext) ../../docker/go-connections/sockets/sockets_unix.go:24:28: undefined: context The command '/bin/sh -c env CGO_ENABLED=0 GOOS=linux go build --ldflags '-s -w -extldflags "-static"' -o /usr/bin/docker_log_driver_loki' returned a non-zero code: 2
go-connections open issue: https://github.com/docker/go-connections/issues/60
Waiting for fix on original go-connections repo.
@thisissoroosh you can try again??