forked from infra/ansible
bodhi-stg: update to F44 and install valkey-cli
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
parent
fc3816c7fe
commit
d9aef74a12
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% if env == "staging" %}
|
||||
FROM fedora:43
|
||||
FROM fedora:44
|
||||
{% else %}
|
||||
FROM fedora:43
|
||||
{% endif %}
|
||||
|
|
@ -14,7 +14,7 @@ RUN curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedorapr
|
|||
RUN curl -o /etc/yum.repos.d/infra-tags.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/fedora-infra-tags.repo
|
||||
{% endif %}
|
||||
{% if env == "staging" %}
|
||||
RUN dnf install -y bodhi-server python3-koji-fedoramessaging-messages python3-gunicorn sed --refresh
|
||||
RUN dnf install -y bodhi-server python3-koji-fedoramessaging-messages python3-gunicorn sed valkey --refresh
|
||||
{% else %}
|
||||
RUN dnf install -y bodhi-server-{{bodhi_version}} python3-koji-fedoramessaging-messages python3-gunicorn sed
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue