nvazquez commented on a change in pull request #5837:
URL: https://github.com/apache/cloudstack/pull/5837#discussion_r830096719



##########
File path: systemvm/image/scripts/install_systemvm_packages.sh
##########
@@ -96,10 +90,9 @@ function install_packages() {
   # Install docker and containerd for CKS
   curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
   apt-key fingerprint 0EBFCD88
-  add-apt-repository "deb [arch=amd64] 
https://download.docker.com/linux/debian $(lsb_release -cs) stable"
+  echo "deb [arch=amd64] https://download.docker.com/linux/debian bullseye 
stable" > /etc/apt/sources.list.d/docker.list
   apt-get update
   ${apt_get} install containerd.io
-
   apt_clean

Review comment:
       After removing line 96 it suceeds (prepended time command):
   ````
   SystemVM image generated: image.qcow2
   
   real 5m37.860s
   user 2m48.715s
   sys  1m6.678s
   ````
   
   Test env:
   ````
   # grep VERSION /etc/os-release 
   VERSION="20.04.3 LTS (Focal Fossa)"
   VERSION_ID="20.04"
   VERSION_CODENAME=focal
   ````




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to