Skip to content

Build Error #6

@willfarrell

Description

@willfarrell

docker v1.12.0-rc4-beta20

docker build --tag batten .
Sending build context to Docker daemon 1.741 MB
Step 1 : FROM golang:latest
 ---> bc1c55b17233
Step 2 : MAINTAINER amir@scalock.com
 ---> Using cache
 ---> 93c59bb6ec89
Step 3 : RUN mkdir -p /go/src/github.com/dockersecuritytools/
 ---> Using cache
 ---> f2af6974428b
Step 4 : WORKDIR /go/src/github.com/dockersecuritytools/
 ---> Using cache
 ---> c3ef14d42dce
Step 5 : RUN git clone https://github.com/dockersecuritytools/batten.git
 ---> Using cache
 ---> 4a584aeddc2e
Step 6 : WORKDIR /go/src/github.com/dockersecuritytools/batten
 ---> Using cache
 ---> 99f2fd3300a6
Step 7 : RUN make all
 ---> Running in 22ca8774a6b7
==> Building batten  
godep: WARNING: Godep workspaces (./Godeps/_workspace) are deprecated and support for them will be removed when go1.8 is released.
godep: WARNING: Go version (go1.6) & $GO15VENDOREXPERIMENT= wants to enable the vendor experiment, but disabling because a Godep workspace (Godeps/_workspace) exists
package github.com/dockersecuritytools/batten
    imports github.com/dockersecuritytools/batten/batten
    imports github.com/fsouza/go-dockerclient
    imports github.com/docker/docker/pkg/archive
    imports github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar: must be imported as src/code.google.com/p/go/src/pkg/archive/tar
godep: go exit status 1
Makefile:28: recipe for target 'all' failed
make: *** [all] Error 1
The command '/bin/sh -c make all' returned a non-zero code: 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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