Update greenwave and set it on f26
This commit is contained in:
parent
a3bcd8e72b
commit
88601d6301
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ spec:
|
||||||
runPolicy: Serial
|
runPolicy: Serial
|
||||||
source:
|
source:
|
||||||
dockerfile: |-
|
dockerfile: |-
|
||||||
FROM fedora:25
|
FROM fedora:26
|
||||||
LABEL \
|
LABEL \
|
||||||
name="Greenwave" \
|
name="Greenwave" \
|
||||||
vendor="Fedora Infrastructure" \
|
vendor="Fedora Infrastructure" \
|
||||||
|
@ -19,7 +19,7 @@ spec:
|
||||||
PyYAML \
|
PyYAML \
|
||||||
python2-flask
|
python2-flask
|
||||||
RUN yum -y install --setopt=tsflags=nodocs \
|
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
|
EXPOSE 8080
|
||||||
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
|
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue