diff --git a/images.conf b/images.conf
index faa96c7..ef3d151 100644
--- a/images.conf
+++ b/images.conf
@@ -89,6 +89,28 @@ image_build = {
                 "generate_icicle": False,
             }
         },
+        { 
+            "image-build": {
+                "format": [("qcow2", "qcow2")],
+                "name": "CentOS-8-ec2",
+                "target": "image-centos-8",
+                "version": "8.0.1905",
+                "ksurl": "git+https://git.centos.org/fork/davdunc/centos/kickstarts?#6f0660635fad0eb2e8d02219c56036d2035b24a3",
+                "kickstart": "CentOS-8-GenericCloud.ks",
+                "ksversion": "F26",
+                "distro": "Fedora-20",
+                "disk-size": "10",
+                "arches": ["x86_64","ppc64le","aarch64"],
+                "repo": [
+		     'http://mirror.centos.org/centos/8.0.1905/BaseOS/$arch/kickstart', 
+		     'http://mirror.centos.org/centos/8.0.1905/AppStream/$arch/kickstart'],
+		"install_tree_from": 'http://mirror.centos.org/centos/8.0.1905/BaseOS/$arch/kickstart',
+                "failable": ["ppc64le","aarch64"],
+            },
+            "factory-parameters": {
+                "generate_icicle": False,
+            }
+        },
         {
             "image-build": {
                 "format": [("docker", "tar.gz")],