Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Update override vendor for github.com/docker/cli
Browse files Browse the repository at this point in the history
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
  • Loading branch information
ulyssessouza committed Mar 5, 2019
1 parent d17de1c commit 98407b9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN apt-get install -y -q --no-install-recommends \

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

RUN git clone https://github.com/ijc/docker-cli . && git checkout c41c23813c15219a78e4c2451f83bcdb74c6e071
# FIXME(ulyssessouza): Go back to the line below when PR https://github.com/docker/cli/pull/1710 hits the cli
RUN git clone https://github.com/ulyssessouza/cli . && git checkout 29d30ec1a05e8a285007240cc0f85864067e7344
# 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
#RUN git clone https://github.com/docker/cli.git . && git checkout 8ddde26af67f9a76734a1676c635e48da4fe8584

RUN make cross binary && \
Expand Down
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ required = ["github.com/wadey/gocovmerge"]
### Waiting on PR https://github.com/docker/cli/pull/1710 to land on cli ###
[[override]]
name = "github.com/docker/cli"
source = "https://github.com/ijc/docker-cli"
revision="c41c23813c15219a78e4c2451f83bcdb74c6e071"
source = "https://github.com/ulyssessouza/cli"
revision="29d30ec1a05e8a285007240cc0f85864067e7344"

[[override]]
name = "github.com/deislabs/duffle"
Expand Down
17 changes: 8 additions & 9 deletions vendor/github.com/docker/cli/cli/command/cli.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98407b9

Please sign in to comment.