Update ubuntu build script to build 22.04
This commit is contained in:
parent
16d7e80133
commit
d5d327b936
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@ set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# XXX: Handle command-line arguments?
|
# XXX: Handle command-line arguments?
|
||||||
RELEASE=groovy # 20.10
|
RELEASE=jammy # 22.04 LTS
|
||||||
ARCH=amd64
|
ARCH=amd64
|
||||||
IMAGE_PATH=ubuntu-$RELEASE-$(date --iso-8601).img.qcow2
|
IMAGE_PATH=ubuntu-$RELEASE-$(date --iso-8601).img.qcow2
|
||||||
IMAGE_SIZE=10G
|
IMAGE_SIZE=10G
|
||||||
NBD_DEVICE=/dev/nbd0
|
NBD_DEVICE=/dev/nbd0
|
||||||
|
|
||||||
# TODO: find the package definition and built ourself, publish in some RPM repository.
|
# 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
|
ONE_CONTEXT_DEB_PATH=/root/one-context.deb
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
|
|
Loading…
Reference in a new issue