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:
parent
bceeda2050
commit
230e62e051
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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" \
|
||||||
|
|
|
@ -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" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue