diff --git a/config.yml b/config.yml
index ba5ff0d8c0d8964dd3a9b8c6dedcb62a50c4b884..a7bc5e6e6c95b8a36c60a8fbcb410da5ea39123e 100644
--- a/config.yml
+++ b/config.yml
@@ -202,3 +202,21 @@ images:
     - "hw_vif_multiqueue_enabled=true"
     - "hw_rng_model=virtio"
     simplestreams: com.ubuntu.cloud:server:20.04:amd64
+
+  ubuntu-22.04:
+    name: Ubuntu 22.04 - GARR
+    url: http://cloud-images.ubuntu.com/releases/jammy/release/ubuntu-22.04-server-cloudimg-amd64.img
+    disk_format: qcow2
+    extraargs:
+    - "min_disk=5"
+    - "min_ram=1024"
+    tags:
+    - "os_distro=ubuntu"
+    - "os_type=linux"
+    - "os_version=22.04"
+    - "architecture=amd64"
+    - "os_require_quiesce=yes"
+    - "hw_qemu_guest_agent=yes"
+    - "hw_vif_multiqueue_enabled=true"
+    - "hw_rng_model=virtio"
+    simplestreams: com.ubuntu.cloud:server:22.04:amd64