From 7bf4602009e43e2759322736512a30abc17a14f5 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Fri, 15 Dec 2017 11:12:03 -0500 Subject: [PATCH] Bump librariesio2fedmsg to f27 and install sse2fedmsg from git Signed-off-by: Jeremy Cline --- .../librariesio2fedmsg/files/buildconfig.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/roles/openshift-apps/librariesio2fedmsg/files/buildconfig.yml b/roles/openshift-apps/librariesio2fedmsg/files/buildconfig.yml index 6af90405d9..0466f41222 100644 --- a/roles/openshift-apps/librariesio2fedmsg/files/buildconfig.yml +++ b/roles/openshift-apps/librariesio2fedmsg/files/buildconfig.yml @@ -10,7 +10,7 @@ items: runPolicy: Serial source: dockerfile: |- - FROM fedora:26 + FROM fedora:27 LABEL \ name="fedmsg-relay" \ vendor="Fedora Infrastructure" \ @@ -40,14 +40,18 @@ items: runPolicy: Serial source: dockerfile: |- - FROM fedora:26 + FROM fedora:27 LABEL \ name="sse2fedmsg" \ vendor="Fedora Infrastructure" \ license="MIT" RUN dnf -y --enablerepo updates-testing update && \ - dnf -y --enablerepo updates-testing install --setopt=tsflags=nodocs sse2fedmsg && \ + dnf -y --enablerepo updates-testing install --setopt=tsflags=nodocs \ + git \ + python3-pip \ + python3-sseclient && \ dnf clean all + RUN pip-3 install git+https://github.com/fedora-infra/sse2fedmsg.git RUN rm /etc/fedmsg.d/*py ENV USER=librariesio2fedmsg ENTRYPOINT sse2fedmsg librariesio http://firehose.libraries.io/events