From 7cf79141e866b8412186e00943848efec31924dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 26 May 2020 12:13:17 +0200 Subject: [PATCH] the-new-hotness: Update container to F32 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/buildconfig.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index 3ee507b26f..3801611194 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -13,7 +13,7 @@ items: runPolicy: Serial source: dockerfile: |- - FROM fedora:30 + FROM fedora:32 LABEL \ name="the-new-hotness" \ vendor="Fedora Infrastructure" \ @@ -22,7 +22,6 @@ items: RUN dnf install -y \ git \ koji \ - rpm-python \ rpmdevtools \ fedpkg \ python3-pycurl \