From 974a5be479321e5febe4a69ad584b503c7cf6800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 27 May 2022 12:52:35 +0200 Subject: [PATCH] [the-new-hotness] Update to F36 on staging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update Fedora image to F36. Only for staging for now. Signed-off-by: Michal Konečný --- .../openshift-apps/the-new-hotness/templates/buildconfig.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index 8caca5784c..a54b8bd1e4 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -10,7 +10,11 @@ items: runPolicy: Serial source: dockerfile: |- +{% if env == 'staging' %} + FROM fedora:36 +{% else %} FROM fedora:34 +{% endif %} LABEL \ name="the-new-hotness" \ vendor="Fedora Infrastructure" \