From 7cf79141e866b8412186e00943848efec31924dd Mon Sep 17 00:00:00 2001 From: Michal Konečný Date: May 27 2020 07:07:34 +0000 Subject: the-new-hotness: Update container to F32 Signed-off-by: Michal Konečný --- diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index 3ee507b..3801611 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 \