Skip to content

Console Output

+ make -f docker.Makefile cli-cross cross e2e-cross tars
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-cli-plugin-1 --build-arg=COMMIT=add325b --build-arg=ALPINE_VERSION=3.8 --target=build -t docker-app-cli:jenkins-app-cli-plugin-1  .
Sending build context to Docker daemon  72.89MB

Step 1/7 : FROM dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3: Pulling from dockercore/golang-cross
ab1fc7e4bf91: Pulling fs layer
35fba333ff52: Pulling fs layer
f0cb1fa13079: Pulling fs layer
3d1dd648b5ad: Pulling fs layer
866ed2e2b1fe: Pulling fs layer
ddc4ad35a2f0: Pulling fs layer
ab8da8d8889d: Pulling fs layer
f0f20de75386: Pulling fs layer
1db9e87b6bef: Pulling fs layer
546e697abf12: Pulling fs layer
0001dc28c07c: Pulling fs layer
ab8da8d8889d: Waiting
3d1dd648b5ad: Waiting
866ed2e2b1fe: Waiting
ddc4ad35a2f0: Waiting
f0f20de75386: Waiting
546e697abf12: Waiting
0001dc28c07c: Waiting
1db9e87b6bef: Waiting
f0cb1fa13079: Verifying Checksum
f0cb1fa13079: Download complete
35fba333ff52: Verifying Checksum
35fba333ff52: Download complete
ab1fc7e4bf91: Verifying Checksum
ab1fc7e4bf91: Download complete
3d1dd648b5ad: Verifying Checksum
3d1dd648b5ad: Download complete
ab8da8d8889d: Verifying Checksum
ab8da8d8889d: Download complete
866ed2e2b1fe: Verifying Checksum
866ed2e2b1fe: Download complete
f0f20de75386: Verifying Checksum
f0f20de75386: Download complete
546e697abf12: Verifying Checksum
546e697abf12: Download complete
ddc4ad35a2f0: Verifying Checksum
ddc4ad35a2f0: Download complete
1db9e87b6bef: Verifying Checksum
1db9e87b6bef: Download complete
0001dc28c07c: Verifying Checksum
0001dc28c07c: Download complete
ab1fc7e4bf91: Pull complete
35fba333ff52: Pull complete
f0cb1fa13079: Pull complete
3d1dd648b5ad: Pull complete
866ed2e2b1fe: Pull complete
ddc4ad35a2f0: Pull complete
ab8da8d8889d: Pull complete
f0f20de75386: Pull complete
1db9e87b6bef: Pull complete
546e697abf12: Pull complete
0001dc28c07c: Pull complete
Digest: sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3
Status: Downloaded newer image for dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3
 ---> cbc2e073f890
Step 2/7 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Running in 3bd8a4f78bc2
Removing intermediate container 3bd8a4f78bc2
 ---> bf5d4cbcc42a
Step 3/7 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 9e9ca3e6b516
Reading package lists...
Building dependency tree...
Reading state information...
coreutils is already the newest version (8.26-3).
coreutils set to manually installed.
util-linux is already the newest version (2.29.2-1+deb9u1).
util-linux set to manually installed.
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 82.6 kB of archives.
After this operation, 160 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 uuid-runtime amd64 2.29.2-1+deb9u1 [82.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 82.6 kB in 1s (82.0 kB/s)
Selecting previously unselected package uuid-runtime.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24389 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.29.2-1+deb9u1_amd64.deb ...
Unpacking uuid-runtime (2.29.2-1+deb9u1) ...
Setting up uuid-runtime (2.29.2-1+deb9u1) ...
Adding group `uuidd' (GID 102) ...
Done.
Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
Adding system user `uuidd' (UID 101) ...
Adding new user `uuidd' (UID 101) with group `uuidd' ...
Not creating home directory `/run/uuidd'.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Removing intermediate container 9e9ca3e6b516
 ---> f979d6be6f7e
Step 4/7 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in 5a90ee9b7870
Removing intermediate container 5a90ee9b7870
 ---> 33ed57b19d04
Step 5/7 : RUN git clone https://github.com/ulyssessouza/cli . && git checkout 29d30ec1a05e8a285007240cc0f85864067e7344
 ---> Running in acc1bcf5ac2e
Cloning into '.'...
Note: checking out '29d30ec1a05e8a285007240cc0f85864067e7344'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 29d30ec1... Merge remote-tracking branch 'jcsirot/fix-contextstore-for-plugins' into docker-app-plugin-context-dial-windows-mix
Removing intermediate container acc1bcf5ac2e
 ---> f51bebb51102
Step 6/7 : RUN make cross binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in 60ab27c071ef
./scripts/build/cross
Building binaries for all platforms
Generating windows resources
Building build/docker-windows-amd64
Building build/docker-darwin-amd64
Building statically linked build/docker-linux-amd64
Building statically linked build/docker-linux-arm
Building statically linked build/docker-linux-ppc64le
Building statically linked build/docker-linux-s390x
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
Removing intermediate container 60ab27c071ef
 ---> ad1c2531d1e5
Step 7/7 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 221209cd5eae
Removing intermediate container 221209cd5eae
 ---> d3d166b5a588
[Warning] One or more build-args [TAG ALPINE_VERSION COMMIT EXPERIMENTAL] were not consumed
Successfully built d3d166b5a588
Successfully tagged docker-app-cli:jenkins-app-cli-plugin-1
docker create --name docker-app-cli-jenkins-app-cli-plugin-1 docker-app-cli:jenkins-app-cli-plugin-1 noop
16d844cf71fd48c30e4de55bf9919072957caf663b4c9f24990452f091f1fe1e
docker cp docker-app-cli-jenkins-app-cli-plugin-1:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux
docker cp docker-app-cli-jenkins-app-cli-plugin-1:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin
docker cp docker-app-cli-jenkins-app-cli-plugin-1:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe
docker rm docker-app-cli-jenkins-app-cli-plugin-1
docker-app-cli-jenkins-app-cli-plugin-1
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-cli-plugin-1 --build-arg=COMMIT=add325b --build-arg=ALPINE_VERSION=3.8 --target=cross -t docker-app-cross:jenkins-app-cli-plugin-1  .
Sending build context to Docker daemon  72.89MB

Step 1/17 : FROM dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
 ---> cbc2e073f890
Step 2/17 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> bf5d4cbcc42a
Step 3/17 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> f979d6be6f7e
Step 4/17 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 33ed57b19d04
Step 5/17 : RUN git clone https://github.com/ulyssessouza/cli . && git checkout 29d30ec1a05e8a285007240cc0f85864067e7344
 ---> Using cache
 ---> f51bebb51102
Step 6/17 : RUN make cross binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> ad1c2531d1e5
Step 7/17 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> d3d166b5a588
Step 8/17 : FROM build AS dev
 ---> d3d166b5a588
Step 9/17 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in cb930b3b96a1
Removing intermediate container cb930b3b96a1
 ---> 0fb3e2779edc
Step 10/17 : ARG DEP_VERSION=v0.5.0
 ---> Running in be19ed7e226a
Removing intermediate container be19ed7e226a
 ---> eddd6df1021f
Step 11/17 : 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 e1455d0ff192
  % 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   5779      0 --:--:-- --:--:-- --:--:--  5817

100 8513k  100 8513k    0     0  40.0M      0 --:--:-- --:--:-- --:--:-- 40.0M
Removing intermediate container e1455d0ff192
 ---> 479d87e950f2
Step 12/17 : 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 a1fc042b9414
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 a1fc042b9414
 ---> 31bdad867a04
Step 13/17 : COPY . .
 ---> 39417ad45ace
Step 14/17 : FROM dev AS cross
 ---> 39417ad45ace
Step 15/17 : ARG EXPERIMENTAL="off"
 ---> Running in a02ce0595dbf
Removing intermediate container a02ce0595dbf
 ---> ba3472c4e211
Step 16/17 : ARG TAG="unknown"
 ---> Running in 32b181ce0887
Removing intermediate container 32b181ce0887
 ---> 7b9136d77263
Step 17/17 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Running in 869515f0298f
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=add325b4 -X github.com/docker/app/internal.Version=jenkins-app-cli-plugin-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:09:26Z" -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=add325b4 -X github.com/docker/app/internal.Version=jenkins-app-cli-plugin-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:09:26Z" -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=add325b4 -X github.com/docker/app/internal.Version=jenkins-app-cli-plugin-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:09:26Z" -o bin/docker-app-windows.exe ./cmd/docker-app
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=add325b4 -X github.com/docker/app/internal.Version=jenkins-app-cli-plugin-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:09:26Z" -o bin/docker-app-standalone-linux ./cmd/docker-app-standalone
GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=add325b4 -X github.com/docker/app/internal.Version=jenkins-app-cli-plugin-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:09:26Z" -o bin/docker-app-standalone-darwin ./cmd/docker-app-standalone
GOOS=windows CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=add325b4 -X github.com/docker/app/internal.Version=jenkins-app-cli-plugin-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:09:26Z" -o bin/docker-app-standalone-windows.exe ./cmd/docker-app-standalone
Removing intermediate container 869515f0298f
 ---> 6602bba6f941
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built 6602bba6f941
Successfully tagged docker-app-cross:jenkins-app-cli-plugin-1
docker create --name docker-app-cross-jenkins-app-cli-plugin-1 docker-app-cross:jenkins-app-cli-plugin-1 noop
3e0746c391a4cf9a9ed82bf4105e72699cbeb0f57493336be2dd02eba9b0b703
docker cp docker-app-cross-jenkins-app-cli-plugin-1:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux
docker cp docker-app-cross-jenkins-app-cli-plugin-1:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin
docker cp docker-app-cross-jenkins-app-cli-plugin-1:/go/src/github.com/docker/app/bin/docker-app-windows.exe bin/docker-app-windows.exe
docker cp docker-app-cross-jenkins-app-cli-plugin-1:/go/src/github.com/docker/app/bin/docker-app-standalone-linux bin/docker-app-standalone-linux
docker cp docker-app-cross-jenkins-app-cli-plugin-1:/go/src/github.com/docker/app/bin/docker-app-standalone-darwin bin/docker-app-standalone-darwin
docker cp docker-app-cross-jenkins-app-cli-plugin-1:/go/src/github.com/docker/app/bin/docker-app-standalone-windows.exe bin/docker-app-standalone-windows.exe
docker rm docker-app-cross-jenkins-app-cli-plugin-1
docker-app-cross-jenkins-app-cli-plugin-1
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-cli-plugin-1 --build-arg=COMMIT=add325b --build-arg=ALPINE_VERSION=3.8 --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-cli-plugin-1  .
Sending build context to Docker daemon  72.89MB

Step 1/21 : FROM dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
 ---> cbc2e073f890
Step 2/21 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> bf5d4cbcc42a
Step 3/21 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> f979d6be6f7e
Step 4/21 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 33ed57b19d04
Step 5/21 : RUN git clone https://github.com/ulyssessouza/cli . && git checkout 29d30ec1a05e8a285007240cc0f85864067e7344
 ---> Using cache
 ---> f51bebb51102
Step 6/21 : RUN make cross binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> ad1c2531d1e5
Step 7/21 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> d3d166b5a588
Step 8/21 : FROM build AS dev
 ---> d3d166b5a588
Step 9/21 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 0fb3e2779edc
Step 10/21 : ARG DEP_VERSION=v0.5.0
 ---> Using cache
 ---> eddd6df1021f
Step 11/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
 ---> Using cache
 ---> 479d87e950f2
Step 12/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/*
 ---> Using cache
 ---> 31bdad867a04
Step 13/21 : COPY . .
 ---> Using cache
 ---> 39417ad45ace
Step 14/21 : FROM dev AS cross
 ---> 39417ad45ace
Step 15/21 : ARG EXPERIMENTAL="off"
 ---> Using cache
 ---> ba3472c4e211
Step 16/21 : ARG TAG="unknown"
 ---> Using cache
 ---> 7b9136d77263
Step 17/21 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Using cache
 ---> 6602bba6f941
Step 18/21 : FROM cross AS e2e-cross
 ---> 6602bba6f941
Step 19/21 : ARG EXPERIMENTAL="off"
 ---> Running in 59e321399568
Removing intermediate container 59e321399568
 ---> ae7e7425259c
Step 20/21 : ARG TAG="unknown"
 ---> Running in 3e36d85b0cb7
Removing intermediate container 3e36d85b0cb7
 ---> d4b5d6ae1024
Step 21/21 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} e2e-cross
 ---> Running in b641ace9d1a6
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=add325b4 -X github.com/docker/app/internal.Version=jenkins-app-cli-plugin-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:11:47Z" -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=add325b4 -X github.com/docker/app/internal.Version=jenkins-app-cli-plugin-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:11:47Z" -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=add325b4 -X github.com/docker/app/internal.Version=jenkins-app-cli-plugin-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:11:47Z" -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=add325b4 -X github.com/docker/app/internal.Version=jenkins-app-cli-plugin-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:11:47Z" -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=add325b4 -X github.com/docker/app/internal.Version=jenkins-app-cli-plugin-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:11:47Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
Removing intermediate container b641ace9d1a6
 ---> 4b0eda3b5256
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built 4b0eda3b5256
Successfully tagged docker-app-e2e-cross:jenkins-app-cli-plugin-1
docker create --name docker-app-e2e-cross-jenkins-app-cli-plugin-1 docker-app-e2e-cross:jenkins-app-cli-plugin-1 noop
6b908bf895f5ef4804288554e878b1fde4c7414fdf94d48f56e0d5da46555ecf
docker cp docker-app-e2e-cross-jenkins-app-cli-plugin-1:/go/src/github.com/docker/app/bin/docker-app-e2e-linux bin/docker-app-e2e-linux
docker cp docker-app-e2e-cross-jenkins-app-cli-plugin-1:/go/src/github.com/docker/app/bin/docker-app-e2e-darwin bin/docker-app-e2e-darwin
docker cp docker-app-e2e-cross-jenkins-app-cli-plugin-1:/go/src/github.com/docker/app/bin/docker-app-e2e-windows.exe bin/docker-app-e2e-windows.exe
docker rm docker-app-e2e-cross-jenkins-app-cli-plugin-1
docker-app-e2e-cross-jenkins-app-cli-plugin-1
tar --transform='flags=r;s|docker-app-linux|docker-app-plugin-linux|' -czf bin/docker-app-linux.tar.gz -C bin docker-app-linux docker-app-standalone-linux
tar czf bin/docker-app-e2e-linux.tar.gz -C bin docker-app-e2e-linux
tar --transform='flags=r;s|docker-app-darwin|docker-app-plugin-darwin|' -czf bin/docker-app-darwin.tar.gz -C bin docker-app-darwin docker-app-standalone-darwin
tar czf bin/docker-app-e2e-darwin.tar.gz -C bin docker-app-e2e-darwin
tar --transform='flags=r;s|docker-app-windows|docker-app-plugin-windows|' -czf bin/docker-app-windows.tar.gz -C bin docker-app-windows.exe docker-app-standalone-windows.exe
tar czf bin/docker-app-e2e-windows.tar.gz -C bin docker-app-e2e-windows.exe