From bacdceefb686621a8f1ea34fc3f6aeaa65ab6da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 10 Dec 2019 12:46:40 +0100 Subject: [PATCH] bugzilla2fedmsg: new package name, update the openshift app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .../openshift-apps/bugzilla2fedmsg/templates/buildconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/bugzilla2fedmsg/templates/buildconfig.yml b/roles/openshift-apps/bugzilla2fedmsg/templates/buildconfig.yml index 0093bf0d1b..5d8fcb157b 100644 --- a/roles/openshift-apps/bugzilla2fedmsg/templates/buildconfig.yml +++ b/roles/openshift-apps/bugzilla2fedmsg/templates/buildconfig.yml @@ -8,7 +8,7 @@ spec: source: type: Dockerfile dockerfile: |- - FROM fedora:30 + FROM fedora:31 LABEL \ name="bugzilla2fedmsg" \ vendor="Fedora Infrastructure" \ @@ -17,7 +17,7 @@ spec: {% if env == "staging" %} 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 {% endif %} - RUN dnf install -y python3-bugzilla2fedmsg + RUN dnf install -y bugzilla2fedmsg ENV USER=openshift ENTRYPOINT /usr/bin/bugzilla2fedmsg strategy: