mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 13:08:38 +00:00
Merge pull request #436 from justincormack/fixproxy
Always copy in docker-proxy
This commit is contained in:
commit
2121afb71d
@ -8,8 +8,6 @@ all: bin
|
||||
TEST_HOST=$(shell if echo "$(DOCKER_VERSION)" | grep -q -- '-rc'; then echo "test.docker.com"; else echo "get.docker.com"; fi)
|
||||
DOCKER_HOST?=$(shell [ "${DOCKER_EXPERIMENTAL}" -eq 1 ] && printf "experimental.docker.com" || printf "${TEST_HOST}")
|
||||
|
||||
# Note we do not copy docker-proxy in as we override with our own version
|
||||
|
||||
bin:
|
||||
mkdir -p bin
|
||||
curl -sSL -o docker.tgz https://${DOCKER_HOST}/builds/${OS}/${ARCH}/docker-${DOCKER_VERSION}.tgz
|
||||
@ -18,6 +16,7 @@ bin:
|
||||
docker/docker \
|
||||
docker/docker-containerd \
|
||||
docker/dockerd \
|
||||
docker/docker-proxy \
|
||||
docker/docker-runc \
|
||||
docker/docker-containerd-shim \
|
||||
bin/
|
||||
|
Loading…
Reference in New Issue
Block a user