Try the f25 base image again.

This commit is contained in:
Ralph Bean 2017-08-24 03:44:14 +00:00
parent a16b49ab1e
commit fff5946ecb

View file

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