fix kata installation failure 07/66807/1
authorGuo Ruijing <ruijing.guo@intel.com>
Fri, 1 Feb 2019 09:58:24 +0000 (17:58 +0800)
committerGuo Ruijing <ruijing.guo@intel.com>
Fri, 1 Feb 2019 09:58:55 +0000 (17:58 +0800)
Change-Id: If7ec8818486ec5044f28aa95b5b08f50438b6f1b
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
src/vagrant/kubeadm/kata/kata_setup.sh

index 4a23173..c8ab5f8 100644 (file)
@@ -17,7 +17,7 @@
 
 set -ex
 
-sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/katacontainers:/release/xUbuntu_$(lsb_release -rs)/ /' > /etc/apt/sources.list.d/kata-containers.list"
+sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/katacontainers:/releases:/x86_64:/master/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/kata-containers.list"
 curl -sL  http://download.opensuse.org/repositories/home:/katacontainers:/release/xUbuntu_$(lsb_release -rs)/Release.key | sudo apt-key add -
 sudo -E apt-get update
 sudo -E apt-get -y install kata-runtime kata-proxy kata-shim