The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/15
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Christian Brauner <[email protected]>
From 864a98bab5d87e96fcee0cebd424165a347d61c9 Mon Sep 17 00:00:00 2001 From: Christian Brauner <[email protected]> Date: Tue, 6 Jun 2017 19:03:42 +0200 Subject: [PATCH] docker: amd64 -> x86_64 Signed-off-by: Christian Brauner <[email protected]> --- bin/test-lxd-docker | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/test-lxd-docker b/bin/test-lxd-docker index ab055f6..b84e386 100755 --- a/bin/test-lxd-docker +++ b/bin/test-lxd-docker @@ -31,13 +31,13 @@ systemctl stop docker.service systemctl stop docker.socket # Download binaries built from current git head of the Docker repo. -wget https://master.dockerproject.org/linux/amd64/docker -O /usr/bin/docker -wget https://master.dockerproject.org/linux/amd64/dockerd -O /usr/bin/dockerd -wget https://master.dockerproject.org/linux/amd64/docker-containerd -O /usr/bin/docker-containerd -wget https://master.dockerproject.org/linux/amd64/docker-containerd-shim -O /usr/bin/docker-containerd-shim -wget https://master.dockerproject.org/linux/amd64/docker-init -O /usr/bin/docker-init -wget https://master.dockerproject.org/linux/amd64/docker-proxy -O /usr/bin/docker-proxy -wget https://master.dockerproject.org/linux/amd64/docker-runc -O /usr/bin/docker-runc +wget https://master.dockerproject.org/linux/x86_64/docker -O /usr/bin/docker +wget https://master.dockerproject.org/linux/x86_64/dockerd -O /usr/bin/dockerd +wget https://master.dockerproject.org/linux/x86_64/docker-containerd -O /usr/bin/docker-containerd +wget https://master.dockerproject.org/linux/x86_64/docker-containerd-shim -O /usr/bin/docker-containerd-shim +wget https://master.dockerproject.org/linux/x86_64/docker-init -O /usr/bin/docker-init +wget https://master.dockerproject.org/linux/x86_64/docker-proxy -O /usr/bin/docker-proxy +wget https://master.dockerproject.org/linux/x86_64/docker-runc -O /usr/bin/docker-runc chmod +x /usr/bin/docker* # Start docker again
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
