Skip to content

Commit

Permalink
use the golang 1.5beta1 vendoring experiment to make this old version…
Browse files Browse the repository at this point in the history
… of the volumes code work for today (and the builds are faster as we're not redownloading the packages every build

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
  • Loading branch information
SvenDowideit committed Jul 16, 2015
1 parent 4a0448c commit 978fbe9
Show file tree
Hide file tree
Showing 54 changed files with 4,828 additions and 97 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Expand Up @@ -2,9 +2,11 @@ FROM golang:1.5

#TODO: really should extract this into its own onbuild Dockerfile

# Use out version of go-wrapper to add vendoring
COPY go-wrapper /usr/local/bin/
# turn on golang experiment to add vendoring
# see ttps://medium.com/@freeformz/go-1-5-s-vendor-experiment-fd3e830f52c3
ENV GO15VENDOREXPERIMENT 1

COPY . /go/src/app
WORKDIR /go/src/app
RUN go-wrapper download
RUN go-wrapper install
95 changes: 0 additions & 95 deletions go-wrapper

This file was deleted.

29 changes: 29 additions & 0 deletions vendor/github.com/Sirupsen/logrus/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/Sirupsen/logrus/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 978fbe9

Please sign in to comment.