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

Commit 98407b9

Browse files
author
Ulysses Souza
committed
Update override vendor for github.com/docker/cli
Signed-off-by: Ulysses Souza <[email protected]>
1 parent d17de1c commit 98407b9

4 files changed

Lines changed: 15 additions & 16 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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/ijc/docker-cli . && git checkout c41c23813c15219a78e4c2451f83bcdb74c6e071
12-
# FIXME(ulyssessouza): Go back to the line below when PR https://github.com/docker/cli/pull/1710 hits the cli
11+
RUN git clone https://github.com/ulyssessouza/cli . && git checkout 29d30ec1a05e8a285007240cc0f85864067e7344
12+
# FIXME(ulyssessouza): Go back to the line below when PRs https://github.com/docker/cli/pull/1710 and https://github.com/docker/cli/pull/1690 hits the cli
1313
#RUN git clone https://github.com/docker/cli.git . && git checkout 8ddde26af67f9a76734a1676c635e48da4fe8584
1414

1515
RUN make cross binary && \

Gopkg.lock

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

Gopkg.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ required = ["github.com/wadey/gocovmerge"]
3434
### Waiting on PR https://github.com/docker/cli/pull/1710 to land on cli ###
3535
[[override]]
3636
name = "github.com/docker/cli"
37-
source = "https://github.com/ijc/docker-cli"
38-
revision="c41c23813c15219a78e4c2451f83bcdb74c6e071"
37+
source = "https://github.com/ulyssessouza/cli"
38+
revision="29d30ec1a05e8a285007240cc0f85864067e7344"
3939

4040
[[override]]
4141
name = "github.com/deislabs/duffle"

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

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

0 commit comments

Comments
 (0)