Skip to content

Build from docker broken #2

Description

@hervenicol

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions