From d5d327b93655f4929f06864e3ab87e6040e7af72 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 3 Jun 2022 17:15:11 +0200 Subject: [PATCH] Update ubuntu build script to build 22.04 --- opennebula-images/ubuntu-build-opennebula-image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opennebula-images/ubuntu-build-opennebula-image.sh b/opennebula-images/ubuntu-build-opennebula-image.sh index 01a4c3b..6f1db12 100755 --- a/opennebula-images/ubuntu-build-opennebula-image.sh +++ b/opennebula-images/ubuntu-build-opennebula-image.sh @@ -9,14 +9,14 @@ set -e set -x # XXX: Handle command-line arguments? -RELEASE=groovy # 20.10 +RELEASE=jammy # 22.04 LTS ARCH=amd64 IMAGE_PATH=ubuntu-$RELEASE-$(date --iso-8601).img.qcow2 IMAGE_SIZE=10G NBD_DEVICE=/dev/nbd0 # TODO: find the package definition and built ourself, publish in some RPM repository. -ONE_CONTEXT_DEB_URL="https://github.com/OpenNebula/addon-context-linux/releases/download/v5.10.0/one-context_5.10.0-1.deb" +ONE_CONTEXT_DEB_URL="https://github.com/OpenNebula/addon-context-linux/releases/download/v6.4.0/one-context_6.4.0-1.deb" ONE_CONTEXT_DEB_PATH=/root/one-context.deb cleanup() {