Skip to content

Instantly share code, notes, and snippets.

@ehazlett
Created January 23, 2015 19:59
Show Gist options
  • Save ehazlett/c1e46fb2114b788f6c35 to your computer and use it in GitHub Desktop.
Save ehazlett/c1e46fb2114b788f6c35 to your computer and use it in GitHub Desktop.
ehazlett machine> ./script/build
Sending build context to Docker daemon 6.463 MB
Sending build context to Docker daemon
Step 0 : FROM golang:1.3-cross
---> d162748e3e05
Step 1 : RUN apt-get update && apt-get install -y --no-install-recommends openssh-client
---> Using cache
---> 50f1be697ea4
Step 2 : RUN go get github.com/mitchellh/gox
---> Using cache
---> 3bb20e1cbea5
Step 3 : RUN go get github.com/aktau/github-release
---> Using cache
---> 18c17202865f
Step 4 : RUN go get github.com/tools/godep
---> Using cache
---> 548690e09e4d
Step 5 : ENV GOPATH /go/src/github.com/docker/machine/Godeps/_workspace:/go
---> Using cache
---> 09b2ec6443ac
Step 6 : ENV MACHINE_BINARY /go/src/github.com/docker/machine/docker-machine
---> Using cache
---> dffc9763f853
Step 7 : WORKDIR /go/src/github.com/docker/machine
---> Using cache
---> 997a91ad5871
Step 8 : ADD . /go/src/github.com/docker/machine
---> c921d9747adb
Removing intermediate container 5304cb549a85
Successfully built c921d9747adb
Number of parallel builds: 8
--> darwin/386: github.com/docker/machine
--> darwin/amd64: github.com/docker/machine
--> linux/386: github.com/docker/machine
--> linux/amd64: github.com/docker/machine
--> windows/386: github.com/docker/machine
--> windows/amd64: github.com/docker/machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment