Bump librariesio2fedmsg to f27 and install sse2fedmsg from git
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
cf1d4d544b
commit
7bf4602009
1 changed files with 7 additions and 3 deletions
|
@ -10,7 +10,7 @@ items:
|
||||||
runPolicy: Serial
|
runPolicy: Serial
|
||||||
source:
|
source:
|
||||||
dockerfile: |-
|
dockerfile: |-
|
||||||
FROM fedora:26
|
FROM fedora:27
|
||||||
LABEL \
|
LABEL \
|
||||||
name="fedmsg-relay" \
|
name="fedmsg-relay" \
|
||||||
vendor="Fedora Infrastructure" \
|
vendor="Fedora Infrastructure" \
|
||||||
|
@ -40,14 +40,18 @@ items:
|
||||||
runPolicy: Serial
|
runPolicy: Serial
|
||||||
source:
|
source:
|
||||||
dockerfile: |-
|
dockerfile: |-
|
||||||
FROM fedora:26
|
FROM fedora:27
|
||||||
LABEL \
|
LABEL \
|
||||||
name="sse2fedmsg" \
|
name="sse2fedmsg" \
|
||||||
vendor="Fedora Infrastructure" \
|
vendor="Fedora Infrastructure" \
|
||||||
license="MIT"
|
license="MIT"
|
||||||
RUN dnf -y --enablerepo updates-testing update && \
|
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
|
dnf clean all
|
||||||
|
RUN pip-3 install git+https://github.com/fedora-infra/sse2fedmsg.git
|
||||||
RUN rm /etc/fedmsg.d/*py
|
RUN rm /etc/fedmsg.d/*py
|
||||||
ENV USER=librariesio2fedmsg
|
ENV USER=librariesio2fedmsg
|
||||||
ENTRYPOINT sse2fedmsg librariesio http://firehose.libraries.io/events
|
ENTRYPOINT sse2fedmsg librariesio http://firehose.libraries.io/events
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue