rohityadavcloud commented on a change in pull request #5837:
URL: https://github.com/apache/cloudstack/pull/5837#discussion_r830259801
##########
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:
Thanks @nvazquez for testing; indeed the build time looks fair (compared
to packer which takes about 20-40mins)
--
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]