create-model-dockerfile: update ubuntu to jammy
Currently tests are run on Ubuntu Bionic. Released in 2018, it is
starting to show its age and packages are becoming very out of date.
This is mostly apparent with python, where packages are dropping support
for versions under 3.7 while only 3.6 is available on Bionic.
Update the used image to Jammy. There already exists a dockerfile for it
so this change just enables it.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I5a76572ab714a9dc355fbd2f741747b8a212c743
diff --git a/script/docker/fvp/create-model-dockerfile.sh b/script/docker/fvp/create-model-dockerfile.sh
index 8b561eb..8857759 100755
--- a/script/docker/fvp/create-model-dockerfile.sh
+++ b/script/docker/fvp/create-model-dockerfile.sh
@@ -13,7 +13,7 @@
# globals
OS="${OS:-ubuntu}"
-OS_VER="${OS_VERSION:-bionic}"
+OS_VER="${OS_VERSION:-jammy}"
MODEL_DIR="${MODEL_DIR:-/opt/model}"
function usage() {