The jenkins-acs appliance can build EL7/EL8/EL9/SUSE15 packages and systemvmtemplates. For systemvmtemplate build, ensure /dev/kvm is enabled (VM has amd-v or intel-vtx enabled) - ssh as user ubuntu, password 'password' - ssh and pull the pkging images: docker pull shapeblue/centos7-cloudstack-builder docker pull shapeblue/centos8-cloudstack-builder docker pull shapeblue/ubuntu-cloudstack-builder - Fix dockerd to listen on localhost port, edit /etc/systemd/system/multi-user.target.wants/docker.service ExecStart=/usr/bin/dockerd -H tcp://127.0.0.1:2375 -H fd:// --containerd=/run/containerd/containerd.sock - Run: systemctl daemon-reload && systemctl restart docker - cd to /var/lib/jenkins and search/grep/replace for 192.168.10.102 with the VM IP - restart jenkins and login on http://VM-IP:8080/ with username admin, password 'password' - webserver is on port 80, open at http://VM-IP/