Created
          January 23, 2015 20:03 
        
      - 
      
- 
        Save ehazlett/902f9f0357fb41ff179d to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ehazlett machine> ./script/build -os="linux" -arch="amd64" | |
| 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 | |
| ---> Using cache | |
| ---> c921d9747adb | |
| Successfully built c921d9747adb | |
| Number of parallel builds: 8 | |
| --> linux/amd64: github.com/docker/machine | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment