-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When I try to generate the docker image from the source, build fails.
- vxlan git version:
$ git log --decorate=full -1
commit 8750c0deead4e149e56023fb69716b0fb4948df4 (HEAD, tag: refs/tags/v0.7.1, refs/remotes/origin/master, refs/remotes/origin/HEAD, refs/heads/master)
- Build output:
$ docker build -t docker-vxlan-plugin .
Sending build context to Docker daemon 306.2 kB
Step 1/10 : FROM golang:1.5.4-wheezy
---> 46c0dd3402e9
Step 2/10 : MAINTAINER Clint Armstrong <clint@clintarmstrong.net>
---> Using cache
---> 49b96dcaf190
Step 3/10 : ENV GO15VENDOREXPERIMENT 1
---> Using cache
---> 2bd3cef47508
Step 4/10 : RUN go get github.com/Masterminds/glide
---> Using cache
---> 9461e00a9a09
Step 5/10 : ENV SRC_ROOT /go/src/github.com/TrilliumIT/docker-vxlan-plugin
---> Using cache
---> 26c1db87350c
Step 6/10 : RUN mkdir -p ${SRC_ROOT}
---> Using cache
---> 4f607e1de1ac
Step 7/10 : WORKDIR ${SRC_ROOT}
---> Using cache
---> 8d27671a53cf
Step 8/10 : ADD . ${SRC_ROOT}/
---> 4356a7d6c0ea
Removing intermediate container d4f0988a2c52
Step 9/10 : RUN go get -t $($GOPATH/bin/glide novendor)
---> Running in 646281b6bddf
# github.com/docker/engine-api/client/transport
../../docker/engine-api/client/transport/tlsconfig_clone.go:10: c.Clone undefined (type *tls.Config has no field or method Clone)
The command '/bin/sh -c go get -t $($GOPATH/bin/glide novendor)' returned a non-zero code: 2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels