This repository was archived by the owner on Oct 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 set -e
1212 cd engine
1313 # I want to rip this install-binaries script out so badly
14- for component in tini proxy runc containerd; do
14+ for component in tini " proxy dynamic " " runc all " " containerd dynamic " ; do
1515 TMP_GOPATH=" /go" hack/dockerfile/install/install.sh $component
1616 done
1717)
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ pushd /go/src/github.com/docker/cli
6767make VERSION=%{_origversion } GITCOMMIT =%{_gitcommit } dynbinary manpages # cli
6868popd
6969pushd engine
70- for component in tini proxy runc containerd; do
70+ for component in tini " proxy dynamic " " runc all " " containerd dynamic " ; do
7171 TMP_GOPATH=" /go" hack/dockerfile/install/install.sh $component
7272done
7373VERSION=%{_origversion } hack/make.sh dynbinary
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pushd /go/src/github.com/docker/cli
6565make VERSION=%{_origversion } GITCOMMIT =%{_gitcommit } dynbinary manpages # cli
6666popd
6767pushd engine
68- for component in tini proxy runc containerd; do
68+ for component in tini " proxy dynamic " " runc all " " containerd dynamic " ; do
6969 TMP_GOPATH=" /go" hack/dockerfile/install/install.sh $component
7070done
7171VERSION=%{_origversion } hack/make.sh dynbinary
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ pushd /go/src/github.com/docker/cli
6666make VERSION=%{_origversion } GITCOMMIT =%{_gitcommit } dynbinary manpages # cli
6767popd
6868pushd engine
69- for component in tini proxy runc containerd; do
69+ for component in tini " proxy dynamic " " runc all " " containerd dynamic " ; do
7070 TMP_GOPATH=" /go" hack/dockerfile/install/install.sh $component
7171done
7272VERSION=%{_origversion } hack/make.sh dynbinary
You can’t perform that action at this time.
0 commit comments