From 7b7c35efc8b3abd1ca18c2b91bd06b898099a0f0 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 18 Oct 2019 11:58:15 +0200 Subject: [PATCH] Bodhi: for now comment the infra-repos in the bodhi base image Signed-off-by: Clement Verna --- roles/openshift-apps/bodhi/templates/dockerfile-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/bodhi/templates/dockerfile-base b/roles/openshift-apps/bodhi/templates/dockerfile-base index 49c1268e64..f7a2d1c2f5 100644 --- a/roles/openshift-apps/bodhi/templates/dockerfile-base +++ b/roles/openshift-apps/bodhi/templates/dockerfile-base @@ -3,7 +3,7 @@ LABEL \ name="bodhi-base" \ vendor="Fedora Infrastructure" \ license="MIT" -RUN curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags-stg.repo +# RUN curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags-stg.repo # While dnf has a --nodocs, it doesen't have a --docs... RUN sed -i '/nodocs/d' /etc/dnf/dnf.conf RUN dnf install -y \