From ef9aca2f63e9d3e0007e408d9e7360b74375dca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Tue, 9 Feb 2016 14:26:10 +0900 Subject: [PATCH] Switch to docker registry v2 With docker 1.10, the v2 registry finally has decent performances. TrivialFix Change-Id: I85fde385dba3579abad497e327170d30b8b9fc7c --- dev/vagrant/centos-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/vagrant/centos-bootstrap.sh b/dev/vagrant/centos-bootstrap.sh index 0573621244..bac332768c 100644 --- a/dev/vagrant/centos-bootstrap.sh +++ b/dev/vagrant/centos-bootstrap.sh @@ -140,7 +140,7 @@ EOF -e MIRROR_SOURCE_INDEX=https://index.docker.io \ -e STORAGE_PATH=/var/lib/registry \ -v /data/host/registry-storage:/var/lib/registry \ - registry:0.9.1 + registry:2 fi }