File tree 5 files changed +149
-3
lines changed
5 files changed +149
-3
lines changed Original file line number Diff line number Diff line change 2
2
docker-log-driver-test
3
3
4
4
.idea /*
5
+ vendor /
Original file line number Diff line number Diff line change 1
- FROM golang:1.8
1
+ FROM calavera/go-glide:v0.12.3
2
2
3
3
COPY . /go/src/github.com/MickayG/moby-kafka-logdriver
4
4
WORKDIR /go/src/github.com/MickayG/moby-kafka-logdriver
5
- RUN go get -t && go build --ldflags '-extldflags "-static"' -o kafka-logdriver
5
+ RUN glide install && go build --ldflags '-extldflags "-static"' -o kafka-logdriver
6
6
7
7
# Prepare the directory for packaging
8
8
RUN mkdir -p /kafka-logdriver/rootfs/usr/bin/
Original file line number Diff line number Diff line change 8
8
-rm -rf kafka-logdriver
9
9
10
10
test :
11
- @go get -t
11
+ @glide install
12
12
@go test
13
13
14
14
package :
Original file line number Diff line number Diff line change
1
+ package : github.com/xtimon/moby-kafka-logdriver
2
+ import :
3
+ - package : github.com/Shopify/sarama
4
+ version : ~1.12.0
5
+ - package : github.com/Sirupsen/logrus
6
+ version : ~1.0.0
7
+ - package : github.com/docker/docker
8
+ version : ~17.5.0-ce
9
+ subpackages :
10
+ - api/types/plugins/logdriver
11
+ - daemon/logger
12
+ - pkg/ioutils
13
+ - package : github.com/docker/go-plugins-helpers
14
+ subpackages :
15
+ - sdk
16
+ - package : github.com/gogo/protobuf
17
+ version : ~0.4.0
18
+ subpackages :
19
+ - io
20
+ - package : github.com/pkg/errors
21
+ version : ~0.8.0
22
+ - package : github.com/tonistiigi/fifo
23
+ testImport :
24
+ - package : github.com/stretchr/testify
25
+ version : ~1.1.4
26
+ subpackages :
27
+ - assert
You can’t perform that action at this time.
0 commit comments