Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 29aa651

Browse files
authored
Merge pull request #516 from chris-crone/docker-cli-1903-branch
Bump docker/cli to latest 19.03
2 parents e2c2e5c + 1dd883f commit 29aa651

File tree

12 files changed

+518
-132
lines changed

12 files changed

+518
-132
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN apt-get install -y -q --no-install-recommends \
88

99
WORKDIR /go/src/github.com/docker/cli
1010

11-
RUN git clone https://github.com/docker/cli . && git checkout 5bbb56bfee6f7d771c74e5e78f20ed48af5be1ac
11+
RUN git clone https://github.com/docker/cli . && git checkout 2432af701a7973ea582196b4b9488831156f3458
1212

13-
RUN make cross binary && \
13+
RUN make binary-osx binary-windows binary && \
1414
cp build/docker-linux-amd64 /usr/bin/docker
1515

1616
WORKDIR /go/src/github.com/docker/app/

Gopkg.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/cli/cli/command/service/create.go

Lines changed: 46 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/cli/cli/command/service/opts.go

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/cli/cli/command/service/parse.go

Lines changed: 42 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)