docker_log_driver_loki icon indicating copy to clipboard operation
docker_log_driver_loki copied to clipboard

Make fails

Open thisissoroosh opened this issue 6 years ago • 3 comments

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

thisissoroosh avatar May 30 '19 19:05 thisissoroosh

go-connections open issue: https://github.com/docker/go-connections/issues/60

thisissoroosh avatar May 30 '19 19:05 thisissoroosh

Waiting for fix on original go-connections repo.

lfdominguez avatar Jun 03 '19 14:06 lfdominguez

@thisissoroosh you can try again??

lfdominguez avatar Aug 01 '20 03:08 lfdominguez