From acaff7aff9d7f636d250d0d5c438c2e4446672b7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 19 Jan 2023 19:03:12 -0800 Subject: [PATCH] bodhi: also enable the prod infra-tags in stg because we move builds to prod from stg and then they are no longer there Signed-off-by: Kevin Fenzi --- roles/openshift-apps/bodhi/templates/dockerfile-base | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/bodhi/templates/dockerfile-base b/roles/openshift-apps/bodhi/templates/dockerfile-base index 419d420bf4..5f98d23f31 100644 --- a/roles/openshift-apps/bodhi/templates/dockerfile-base +++ b/roles/openshift-apps/bodhi/templates/dockerfile-base @@ -8,6 +8,7 @@ LABEL \ vendor="Fedora Infrastructure" \ license="MIT" {% if env == "staging" %} +RUN curl -o /etc/yum.repos.d/infra-tags.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/fedora-infra-tags.repo RUN curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/fedora-infra-tags-stg.repo {% else %} RUN curl -o /etc/yum.repos.d/infra-tags.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/fedora-infra-tags.repo