Skip to content

Console Output

+ make -f docker.Makefile cross e2e-cross tars
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=133a2c6d8e --build-arg=COMMIT=133a2c6 --target=cross -t docker-app-cross:133a2c6d8e  .
Sending build context to Docker daemon  68.79MB

Step 1/21 : ARG ALPINE_VERSION=3.8
Step 2/21 : ARG GO_VERSION=1.11.0
Step 3/21 : FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS build
1.11.0-alpine3.8: Pulling from library/golang
4fe2ade4980c: Pulling fs layer
2e793f0ebe8a: Pulling fs layer
77995fba1918: Pulling fs layer
56c81f394011: Pulling fs layer
839ee286fb34: Pulling fs layer
56c81f394011: Waiting
839ee286fb34: Waiting
77995fba1918: Verifying Checksum
77995fba1918: Download complete
2e793f0ebe8a: Download complete
4fe2ade4980c: Verifying Checksum
4fe2ade4980c: Download complete
839ee286fb34: Verifying Checksum
839ee286fb34: Download complete
4fe2ade4980c: Pull complete
2e793f0ebe8a: Pull complete
77995fba1918: Pull complete
56c81f394011: Verifying Checksum
56c81f394011: Download complete
56c81f394011: Pull complete
839ee286fb34: Pull complete
Digest: sha256:e8a2481250ec99cf2006004571be569661d01621caa5b87dbe60764570376a7d
Status: Downloaded newer image for golang:1.11.0-alpine3.8
 ---> 233ed4ed14bf
Step 4/21 : ARG DOCKERCLI_VERSION=18.03.1-ce
 ---> Running in d28865f25312
Removing intermediate container d28865f25312
 ---> a3f57445f4c7
Step 5/21 : ARG DOCKERCLI_CHANNEL=edge
 ---> Running in 73d2776e675a
Removing intermediate container 73d2776e675a
 ---> f16b55b1baaf
Step 6/21 : RUN apk add --no-cache   bash   make  git   curl   util-linux   coreutils   build-base
 ---> Running in bc2c1d13d925
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
(1/43) Upgrading musl (1.1.19-r10 -> 1.1.19-r11)
(2/43) Installing ncurses-terminfo-base (6.1_p20180818-r1)
(3/43) Installing ncurses-terminfo (6.1_p20180818-r1)
(4/43) Installing ncurses-libs (6.1_p20180818-r1)
(5/43) Installing readline (7.0.003-r0)
(6/43) Installing bash (4.4.19-r1)
Executing bash-4.4.19-r1.post-install
(7/43) Installing binutils (2.30-r6)
(8/43) Installing libmagic (5.32-r1)
(9/43) Installing file (5.32-r1)
(10/43) Installing gmp (6.1.2-r1)
(11/43) Installing isl (0.18-r0)
(12/43) Installing libgomp (6.4.0-r9)
(13/43) Installing libatomic (6.4.0-r9)
(14/43) Installing pkgconf (1.5.3-r0)
(15/43) Installing libgcc (6.4.0-r9)
(16/43) Installing mpfr3 (3.1.5-r1)
(17/43) Installing mpc1 (1.0.3-r1)
(18/43) Installing libstdc++ (6.4.0-r9)
(19/43) Installing gcc (6.4.0-r9)
(20/43) Installing musl-dev (1.1.19-r11)
(21/43) Installing libc-dev (0.7.1-r0)
(22/43) Installing g++ (6.4.0-r9)
(23/43) Installing make (4.2.1-r2)
(24/43) Installing fortify-headers (0.9-r0)
(25/43) Installing build-base (0.5-r1)
(26/43) Installing libattr (2.4.47-r7)
(27/43) Installing libacl (2.2.52-r5)
(28/43) Installing coreutils (8.29-r2)
(29/43) Installing nghttp2-libs (1.32.0-r0)
(30/43) Installing libssh2 (1.8.2-r0)
(31/43) Installing libcurl (7.61.1-r2)
(32/43) Installing curl (7.61.1-r2)
(33/43) Installing expat (2.2.7-r0)
(34/43) Installing pcre2 (10.31-r0)
(35/43) Installing git (2.18.1-r0)
(36/43) Upgrading musl-utils (1.1.19-r10 -> 1.1.19-r11)
(37/43) Installing libuuid (2.32-r0)
(38/43) Installing libblkid (2.32-r0)
(39/43) Installing libmount (2.32-r0)
(40/43) Installing libsmartcols (2.32-r0)
(41/43) Installing findmnt (2.32-r0)
(42/43) Installing libfdisk (2.32-r0)
(43/43) Installing util-linux (2.32-r0)
Executing busybox-1.28.4-r1.trigger
OK: 194 MiB in 55 packages
Removing intermediate container bc2c1d13d925
 ---> 7d922fe1f3cf
Step 7/21 : RUN curl -Ls https://download.docker.com/linux/static/$DOCKERCLI_CHANNEL/x86_64/docker-$DOCKERCLI_VERSION.tgz |   tar -xz docker/docker &&   mv docker/docker /usr/bin/docker
 ---> Running in 5a00ac588825
Removing intermediate container 5a00ac588825
 ---> bfd3f3c378c1
Step 8/21 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in bb207b65a397
Removing intermediate container bb207b65a397
 ---> 65ef049572cf
Step 9/21 : FROM build AS dev
 ---> 65ef049572cf
Step 10/21 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 9bb6209a0205
Removing intermediate container 9bb6209a0205
 ---> 436b81133fd2
Step 11/21 : ARG DEP_VERSION=v0.5.0
 ---> Running in aec027c1d4c6
Removing intermediate container aec027c1d4c6
 ---> 7fe45202eee5
Step 12/21 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Running in 01b41fe3159f
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   5084      0 --:--:-- --:--:-- --:--:--  5084

100 8513k  100 8513k    0     0  37.6M      0 --:--:-- --:--:-- --:--:-- 37.6M
Removing intermediate container 01b41fe3159f
 ---> 3b4fdd4569ef
Step 13/21 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Running in c26efe0922f4
golang.org/x/tools/internal/semver
github.com/pkg/errors
golang.org/x/tools/go/ast/astutil
golang.org/x/tools/go/internal/gcimporter
golang.org/x/tools/go/internal/packagesdriver
golang.org/x/tools/internal/fastwalk
golang.org/x/tools/internal/gopathwalk
golang.org/x/tools/internal/module
golang.org/x/tools/go/gcexportdata
golang.org/x/tools/go/packages
golang.org/x/tools/internal/imports
golang.org/x/tools/imports
github.com/mjibson/esc/embed
github.com/mjibson/esc
Removing intermediate container c26efe0922f4
 ---> 9ee141747a81
Step 14/21 : COPY vendor/github.com/deis/duffle /go/src/github.com/deis/duffle
 ---> 4af32467922c
Step 15/21 : RUN (cd /go/src/github.com/deis/duffle &&   make bootstrap build-release &&   ./bin/duffle-linux-amd64 init)
 ---> Running in f4b85923c217
fatal: not a git repository (or any of the parent directories): .git
make: command: Command not found
make: command: Command not found
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

100  5230  ARCH = amd64
100  5230    0     0  63780      0 --:--:-- --:--:-- --:--:-- 63780
OS = linux
Will install into /go/bin
Fetching https://github.com/golang/dep/releases/latest..
Release Tag = v0.5.4
Fetching https://github.com/golang/dep/releases/tag/v0.5.4..
Fetching https://github.com/golang/dep/releases/download/v0.5.4/dep-linux-amd64..
Setting executable permissions.
Moving executable to /go/bin/dep
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b /go/bin
golangci/golangci-lint info checking GitHub for latest tag
golangci/golangci-lint info found version: 1.17.1 for v1.17.1/linux/amd64
golangci/golangci-lint info installed /go/bin/golangci-lint
dep ensure -vendor-only -v
(1/68) Wrote github.com/Microsoft/go-winio@v0.4.11
(2/68) Wrote github.com/docker/go-units@v0.3.3
(3/68) Wrote github.com/fsnotify/fsnotify@v1.4.7
(4/68) Wrote github.com/docker/libtrust@master
(5/68) Wrote github.com/docker/docker-credential-helpers@v0.6.1
(6/68) Wrote github.com/Nvveen/Gotty@master
(7/68) Wrote github.com/beorn7/perks@master
(8/68) Wrote github.com/docker/go-connections@v0.4.0
(9/68) Wrote github.com/agl/ed25519@master
(10/68) Wrote github.com/docker/go@v1.5.1-1
(11/68) Wrote github.com/davecgh/go-spew@v1.1.1
(12/68) Wrote github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18
(13/68) Wrote github.com/ghodss/yaml@v1.0.0
(14/68) Wrote github.com/gorilla/context@v1.1.1
(15/68) Wrote gopkg.in/yaml.v2@v2.2.1
(16/68) Wrote github.com/containerd/continuity@master
(17/68) Wrote github.com/gosuri/uitable@master
(18/68) Wrote github.com/gorilla/mux@v1.6.2
(19/68) Wrote github.com/inconshreveable/mousetrap@v1.0
(20/68) Wrote github.com/hashicorp/go-version@v1.0.0
(21/68) Wrote github.com/kballard/go-shellquote@master
(22/68) Wrote github.com/hashicorp/hcl@v1.0.0
(23/68) Wrote github.com/konsorten/go-windows-terminal-sequences@master
(24/68) Wrote github.com/magiconair/properties@v1.8.0
(25/68) Wrote github.com/mattn/go-colorable@v0.0.9
(26/68) Wrote github.com/mattn/go-isatty@v0.0.4
(27/68) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.1
(28/68) Wrote github.com/mattn/go-runewidth@v0.0.3
(29/68) Wrote github.com/mgutz/ansi@master
(30/68) Wrote github.com/miekg/pkcs11@master
(31/68) Wrote github.com/mitchellh/mapstructure@v1.1.1
(32/68) Wrote github.com/oklog/ulid@v1.3.0
(33/68) Wrote github.com/opencontainers/go-digest@v1.0.0-rc1
(34/68) Wrote github.com/peterhellberg/link@v1.0.0
(35/68) Wrote github.com/pelletier/go-toml@v1.2.0
(36/68) Wrote github.com/pkg/errors@v0.8.0
(37/68) Wrote github.com/pmezard/go-difflib@v1.0.0
(38/68) Wrote github.com/opencontainers/image-spec@v1.0.1
(39/68) Wrote github.com/prometheus/client_model@master
(40/68) Wrote github.com/renstrom/fuzzysearch@v1.0.1
(41/68) Wrote github.com/prometheus/procfs@master
(42/68) Wrote github.com/prometheus/client_golang@v0.8.0
(43/68) Wrote github.com/spf13/afero@v1.1.2
(44/68) Wrote github.com/spf13/cast@v1.2.0
(45/68) Wrote github.com/prometheus/common@master
(46/68) Wrote github.com/sirupsen/logrus@v1.1.0
(47/68) Wrote github.com/spf13/jwalterweatherman@v1.0.0
(48/68) Wrote github.com/spf13/pflag@v1.0.2
(49/68) Wrote github.com/spf13/cobra@v0.0.3
(50/68) Wrote github.com/technosophos/moniker@0.2.0
(51/68) Wrote github.com/spf13/viper@v1.2.1
(52/68) Wrote github.com/stretchr/testify@v1.2.2
(53/68) Wrote github.com/golang/protobuf@v1.2.0
(54/68) Wrote golang.org/x/time@master
(55/68) Wrote github.com/Azure/go-ansiterm@master
(56/68) Wrote github.com/opencontainers/runc@v0.1.1
(57/68) Wrote github.com/Masterminds/semver@v1.4.2
(58/68) Wrote github.com/docker/distribution@83389a148052d74ac602f5f1d62f86ff2f3c4aa5
(59/68) Wrote gopkg.in/AlecAivazis/survey.v1@v1.6.3
(60/68) Wrote golang.org/x/crypto@master
(61/68) Wrote github.com/genuinetools/reg@v0.16.0
(62/68) Wrote golang.org/x/net@master
(63/68) Wrote golang.org/x/sys@master
(64/68) Wrote github.com/docker/cli (from github.com/simonferquel/cli)@docker-app-fork
(65/68) Wrote golang.org/x/text@v0.3.0
(66/68) Wrote github.com/theupdateframework/notary@v0.6.1
(67/68) Wrote github.com/gogo/protobuf@v1.1.1
(68/68) Wrote github.com/docker/docker@master
building linux
building windows
building darwin
==> The following new directories will be created:
/root/.duffle
/root/.duffle/bundles
/root/.duffle/logs
/root/.duffle/plugins
/root/.duffle/claims
/root/.duffle/credentials
==> The following new files will be created:
/root/.duffle/repositories.json
==> Generating a new secret keyring at /root/.duffle/secret.ring
==> Generating a new signing key with ID user <@f4b85923c217>
==> Generating a new public keyring at /root/.duffle/public.ring
Removing intermediate container f4b85923c217
 ---> dfef97b9c06e
Step 16/21 : COPY . .
 ---> e79805bf0d24
Step 17/21 : FROM dev AS cross
 ---> e79805bf0d24
Step 18/21 : ARG EXPERIMENTAL="off"
 ---> Running in 2979458aac91
Removing intermediate container 2979458aac91
 ---> 4d39497f7e8f
Step 19/21 : ARG TAG
 ---> Running in fa40068cfa5c
Removing intermediate container fa40068cfa5c
 ---> fcf8a646e9ba
Step 20/21 : ARG COMMIT
 ---> Running in ff024a4b38c7
Removing intermediate container ff024a4b38c7
 ---> c1f16bbc99ba
Step 21/21 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} COMMIT=${COMMIT} cross
 ---> Running in 79671eda39ed
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=133a2c6 -X github.com/docker/app/internal.Version=133a2c6d8e -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:04:25Z" -o bin/docker-app-linux ./cmd/docker-app
GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=133a2c6 -X github.com/docker/app/internal.Version=133a2c6d8e -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:04:25Z" -o bin/docker-app-darwin ./cmd/docker-app
GOOS=windows CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=133a2c6 -X github.com/docker/app/internal.Version=133a2c6d8e -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:04:25Z" -o bin/docker-app-windows.exe ./cmd/docker-app
Removing intermediate container 79671eda39ed
 ---> bc31c3fa46ed
Successfully built bc31c3fa46ed
Successfully tagged docker-app-cross:133a2c6d8e
docker create --name docker-app-cross-133a2c6d8e docker-app-cross:133a2c6d8e noop
e0e50e7cdacd6a9139cdd285b16f3b4c9e9592f4c3dfeb55ddcaeee4b92e2b76
docker cp docker-app-cross-133a2c6d8e:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux
docker cp docker-app-cross-133a2c6d8e:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin
docker cp docker-app-cross-133a2c6d8e:/go/src/github.com/docker/app/bin/docker-app-windows.exe bin/docker-app-windows.exe
docker cp docker-app-cross-133a2c6d8e:/go/src/github.com/deis/duffle/bin/duffle-linux-amd64 bin/duffle-linux
docker cp docker-app-cross-133a2c6d8e:/go/src/github.com/deis/duffle/bin/duffle-darwin-amd64 bin/duffle-darwin
docker cp docker-app-cross-133a2c6d8e:/go/src/github.com/deis/duffle/bin/duffle-windows-amd64.exe bin/duffle-windows.exe
docker rm docker-app-cross-133a2c6d8e
docker-app-cross-133a2c6d8e
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=133a2c6d8e --build-arg=COMMIT=133a2c6 --target=e2e-cross -t docker-app-e2e-cross:133a2c6d8e  .
Sending build context to Docker daemon  68.79MB

Step 1/26 : ARG ALPINE_VERSION=3.8
Step 2/26 : ARG GO_VERSION=1.11.0
Step 3/26 : FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS build
 ---> 233ed4ed14bf
Step 4/26 : ARG DOCKERCLI_VERSION=18.03.1-ce
 ---> Using cache
 ---> a3f57445f4c7
Step 5/26 : ARG DOCKERCLI_CHANNEL=edge
 ---> Using cache
 ---> f16b55b1baaf
Step 6/26 : RUN apk add --no-cache   bash   make  git   curl   util-linux   coreutils   build-base
 ---> Using cache
 ---> 7d922fe1f3cf
Step 7/26 : RUN curl -Ls https://download.docker.com/linux/static/$DOCKERCLI_CHANNEL/x86_64/docker-$DOCKERCLI_VERSION.tgz |   tar -xz docker/docker &&   mv docker/docker /usr/bin/docker
 ---> Using cache
 ---> bfd3f3c378c1
Step 8/26 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 65ef049572cf
Step 9/26 : FROM build AS dev
 ---> 65ef049572cf
Step 10/26 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 436b81133fd2
Step 11/26 : ARG DEP_VERSION=v0.5.0
 ---> Using cache
 ---> 7fe45202eee5
Step 12/26 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Using cache
 ---> 3b4fdd4569ef
Step 13/26 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Using cache
 ---> 9ee141747a81
Step 14/26 : COPY vendor/github.com/deis/duffle /go/src/github.com/deis/duffle
 ---> Using cache
 ---> 4af32467922c
Step 15/26 : RUN (cd /go/src/github.com/deis/duffle &&   make bootstrap build-release &&   ./bin/duffle-linux-amd64 init)
 ---> Using cache
 ---> dfef97b9c06e
Step 16/26 : COPY . .
 ---> Using cache
 ---> e79805bf0d24
Step 17/26 : FROM dev AS cross
 ---> e79805bf0d24
Step 18/26 : ARG EXPERIMENTAL="off"
 ---> Using cache
 ---> 4d39497f7e8f
Step 19/26 : ARG TAG
 ---> Using cache
 ---> fcf8a646e9ba
Step 20/26 : ARG COMMIT
 ---> Using cache
 ---> c1f16bbc99ba
Step 21/26 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} COMMIT=${COMMIT} cross
 ---> Using cache
 ---> bc31c3fa46ed
Step 22/26 : FROM cross AS e2e-cross
 ---> bc31c3fa46ed
Step 23/26 : ARG EXPERIMENTAL="off"
 ---> Running in 649d871300ae
Removing intermediate container 649d871300ae
 ---> da5cb87fa51a
Step 24/26 : ARG TAG
 ---> Running in f3632be98bb4
Removing intermediate container f3632be98bb4
 ---> fb7014372547
Step 25/26 : ARG COMMIT
 ---> Running in 18d42ced5654
Removing intermediate container 18d42ced5654
 ---> bf39dee85f0d
Step 26/26 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} COMMIT=${COMMIT} e2e-cross
 ---> Running in cfe34ce5f89d
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=133a2c6 -X github.com/docker/app/internal.Version=133a2c6d8e -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:06:23Z" -o bin/docker-app-linux ./cmd/docker-app
GOOS=linux CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=133a2c6 -X github.com/docker/app/internal.Version=133a2c6d8e -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:06:23Z" -c -o bin/docker-app-e2e-linux ./e2e/
GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=133a2c6 -X github.com/docker/app/internal.Version=133a2c6d8e -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:06:23Z" -o bin/docker-app-darwin ./cmd/docker-app
GOOS=darwin CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=133a2c6 -X github.com/docker/app/internal.Version=133a2c6d8e -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:06:23Z" -c -o bin/docker-app-e2e-darwin ./e2e/
GOOS=windows CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=133a2c6 -X github.com/docker/app/internal.Version=133a2c6d8e -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:06:23Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
Removing intermediate container cfe34ce5f89d
 ---> 31057e5663a3
Successfully built 31057e5663a3
Successfully tagged docker-app-e2e-cross:133a2c6d8e
docker create --name docker-app-e2e-cross-133a2c6d8e docker-app-e2e-cross:133a2c6d8e noop
37ca073010b9c7ce4bcd273f481def86c03505ccf1e594c5a102011b732f8996
docker cp docker-app-e2e-cross-133a2c6d8e:/go/src/github.com/docker/app/bin/docker-app-e2e-linux bin/docker-app-e2e-linux
docker cp docker-app-e2e-cross-133a2c6d8e:/go/src/github.com/docker/app/bin/docker-app-e2e-darwin bin/docker-app-e2e-darwin
docker cp docker-app-e2e-cross-133a2c6d8e:/go/src/github.com/docker/app/bin/docker-app-e2e-windows.exe bin/docker-app-e2e-windows.exe
docker rm docker-app-e2e-cross-133a2c6d8e
docker-app-e2e-cross-133a2c6d8e
tar czf bin/docker-app-linux.tar.gz -C bin docker-app-linux duffle-linux
tar czf bin/docker-app-e2e-linux.tar.gz -C bin docker-app-e2e-linux
tar czf bin/docker-app-darwin.tar.gz -C bin docker-app-darwin duffle-darwin
tar czf bin/docker-app-e2e-darwin.tar.gz -C bin docker-app-e2e-darwin
tar czf bin/docker-app-windows.tar.gz -C bin docker-app-windows.exe duffle-windows.exe
tar czf bin/docker-app-e2e-windows.tar.gz -C bin docker-app-e2e-windows.exe