diff --git a/README.md b/README.md
index b4f4be356e007228ac6c228cfd50eaf882916a61..90f6f5a44ed3ffbc7874e698e065d8e1c233b2de 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,13 @@ This script automates the process of updating images of operating systems in Ope
 ### Currently the supported OS are:
 
 - CentOS 7
+- CentOS 8
 - Debian 9
+- Debian 10
 - ~~Fedora 28~~
-- Fedora 29
+- ~~Fedora 29~~
+- Fedora 30
+- Fedora 31
 - Ubuntu 16.04
 - Ubuntu 18.04
 
diff --git a/config.yml b/config.yml
index 0ccd467c3c5b275f546205b2ebbc681a0e6d581e..8f61aa89085abda568ad83b4eafd9bb405a087e3 100644
--- a/config.yml
+++ b/config.yml
@@ -110,6 +110,21 @@ images:
     - "os_require_quiesce=yes"
     - "hw_qemu_guest_agent=yes"
     - "hw_vif_multiqueue_enabled=true"
+  centos8:
+    name: CentOS 8 - GARR
+    url: http://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.1.1911-20200113.3.x86_64.qcow2
+    disk_format: qcow2
+    extraargs:
+    - "min_disk=5"
+    - "min_ram=1024"
+    tags:
+    - "os_distro=centos"
+    - "os_type=linux"
+    - "os_version=8.X"
+    - "architecture=x86_64"
+    - "os_require_quiesce=yes"
+    - "hw_qemu_guest_agent=yes"
+    - "hw_vif_multiqueue_enabled=true"
   #ubuntu-12.04:
   #  name: Ubuntu 12.04 - GARR
   #  simplestreams: com.ubuntu.cloud:server:12.04:amd64