From bcd665876d56d6ef048873fc235e8e20f3cb3d1c Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Sun, 30 Apr 2023 10:30:34 +0200 Subject: [PATCH] Use F38 for bodhi staging Signed-off-by: Mattia Verga --- inventory/group_vars/os_control_stg | 2 +- roles/openshift-apps/bodhi/templates/dockerfile-base | 2 +- roles/openshift-apps/bodhi/templates/dockerfile-critpathcron | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/group_vars/os_control_stg b/inventory/group_vars/os_control_stg index 3164967e0a..c105d3a681 100644 --- a/inventory/group_vars/os_control_stg +++ b/inventory/group_vars/os_control_stg @@ -1,4 +1,4 @@ --- # Set the Bodhi variables -bodhi_version: "7.1.1" +bodhi_version: "7.2.0" bodhi_openshift_pods: 1 diff --git a/roles/openshift-apps/bodhi/templates/dockerfile-base b/roles/openshift-apps/bodhi/templates/dockerfile-base index 5f98d23f31..3512bf443f 100644 --- a/roles/openshift-apps/bodhi/templates/dockerfile-base +++ b/roles/openshift-apps/bodhi/templates/dockerfile-base @@ -1,5 +1,5 @@ {% if env == "staging" %} -FROM fedora:37 +FROM fedora:38 {% else %} FROM fedora:37 {% endif %} diff --git a/roles/openshift-apps/bodhi/templates/dockerfile-critpathcron b/roles/openshift-apps/bodhi/templates/dockerfile-critpathcron index c5c43b796f..4944d19160 100644 --- a/roles/openshift-apps/bodhi/templates/dockerfile-critpathcron +++ b/roles/openshift-apps/bodhi/templates/dockerfile-critpathcron @@ -1,5 +1,5 @@ {% if env == "staging" %} -FROM fedora:37 +FROM fedora:38 {% else %} FROM fedora:37 {% endif %}