From dde5b968198e88dd2294efd59fced0c845e0227c Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Sep 25 2019 22:05:55 +0000 Subject: disable the AppStream repo for the container image --- diff --git a/images.conf b/images.conf index 0109695..361f1b2 100644 --- a/images.conf +++ b/images.conf @@ -125,7 +125,7 @@ image_build = { "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"], },