From 5eea17eb54417ed1e3196db0397fffaae7236098 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 10 Mar 2017 17:32:47 -0600 Subject: [PATCH] add missing },{ so we get docker base back There was a missing },{ between the two container images. The end result is that pungi validates the config but only finds the last section so only makes one of the two images Signed-off-by: Dennis Gilmore --- fedora.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora.conf b/fedora.conf index 1e031fa..8ebb61f 100644 --- a/fedora.conf +++ b/fedora.conf @@ -285,6 +285,8 @@ image_build = { 'subvariant': 'Docker_Base' 'failable': ['*'], }, + }, + { 'image-build': { 'format': [('docker', 'tar.xz')] 'name': 'Fedora-Container-Minimal-Base',