summaryrefslogtreecommitdiff
path: root/bootstrap/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/config.py')
-rw-r--r--bootstrap/config.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py
index bbcd45a044c..d2ad4503430 100644
--- a/bootstrap/config.py
+++ b/bootstrap/config.py
@@ -441,6 +441,13 @@ DEB_DISTS = {
'liburing-dev': '', # not available
}
},
+ 'ubuntu2204': {
+ 'docker_image': 'ubuntu:22.04',
+ 'vagrant_box': 'ubuntu/jammy64',
+ 'replace': {
+ 'libtracker-sparql-2.0-dev': '', # only tracker 3.x is available
+ },
+ }
}