bodhi: upgrade to 7.2.1 and prod base image to F38

Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
Mattia Verga 2023-07-31 19:17:29 +02:00 committed by ryanlerch
parent bceeda2050
commit 230e62e051
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
--- ---
# Set the Bodhi variables # Set the Bodhi variables
bodhi_version: "7.2.0" bodhi_version: "7.2.1"
bodhi_openshift_pods: 1 bodhi_openshift_pods: 1

View file

@ -1,4 +1,4 @@
--- ---
# Set the Bodhi variables # Set the Bodhi variables
bodhi_version: "7.2.0" bodhi_version: "7.2.1"
bodhi_openshift_pods: 1 bodhi_openshift_pods: 1

View file

@ -1,7 +1,7 @@
{% if env == "staging" %} {% if env == "staging" %}
FROM fedora:38 FROM fedora:38
{% else %} {% else %}
FROM fedora:37 FROM fedora:38
{% endif %} {% endif %}
LABEL \ LABEL \
name="bodhi-base" \ name="bodhi-base" \

View file

@ -1,7 +1,7 @@
{% if env == "staging" %} {% if env == "staging" %}
FROM fedora:38 FROM fedora:38
{% else %} {% else %}
FROM fedora:37 FROM fedora:38
{% endif %} {% endif %}
LABEL \ LABEL \
name="bodhi-critpathcron" \ name="bodhi-critpathcron" \