Update greenwave and set it on f26

This commit is contained in:
Pierre-Yves Chibon 2017-08-24 15:57:34 +02:00
parent a3bcd8e72b
commit 88601d6301

View file

@ -8,7 +8,7 @@ spec:
runPolicy: Serial
source:
dockerfile: |-
FROM fedora:25
FROM fedora:26
LABEL \
name="Greenwave" \
vendor="Fedora Infrastructure" \
@ -19,7 +19,7 @@ spec:
PyYAML \
python2-flask
RUN yum -y install --setopt=tsflags=nodocs \
https://kojipkgs.fedoraproject.org//packages/greenwave/0.1.1/1.02795e8.fc26/noarch/greenwave-0.1.1-1.02795e8.fc26.noarch.rpm
https://kojipkgs.fedoraproject.org//packages/greenwave/0.1.1/2.dae6153.fc26/noarch/greenwave-0.1.1-2.dae6153.fc26.noarch.rpm
EXPOSE 8080
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
strategy: