From d07396f7c7a8bc8254e0333e16c181a75d1735b4 Mon Sep 17 00:00:00 2001 From: Jing Xu Date: Tue, 8 Nov 2016 10:39:01 -0800 Subject: [PATCH] Update configure.sh Update the gci-mounter sha1 number --- cluster/gce/gci/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/gci/configure.sh b/cluster/gce/gci/configure.sh index 0d343835977..bc903ab571d 100644 --- a/cluster/gce/gci/configure.sh +++ b/cluster/gce/gci/configure.sh @@ -103,7 +103,7 @@ function install-gci-mounter-tools { local -r gci_mounter_version="v2" local -r rkt_binary_sha1="75fc8f29c79bc9e505f3e7f6e8fadf2425c21967" local -r rkt_stage1_fly_sha1="474df5a1f934960ba669b360ab713d0a54283091" - local -r gci_mounter_sha1="4e524f5c0fa4668a1d26cf7a1d00e16bfe9544c3" + local -r gci_mounter_sha1="851e841d8640d6a05e64e22c493f5ac3c4cba561" download-or-bust "${rkt_binary_sha1}" "https://storage.googleapis.com/kubernetes-release/rkt/${rkt_version}/rkt" download-or-bust "${rkt_stage1_fly_sha1}" "https://storage.googleapis.com/kubernetes-release/rkt/${rkt_version}/stage1-fly.aci" download-or-bust "${gci_mounter_sha1}" "https://storage.googleapis.com/kubernetes-release/gci-mounter/gci-mounter-${gci_mounter_version}.aci"