Try the f25 base image again.
This commit is contained in:
parent
a16b49ab1e
commit
fff5946ecb
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@ spec:
|
||||||
runPolicy: Serial
|
runPolicy: Serial
|
||||||
source:
|
source:
|
||||||
dockerfile: |-
|
dockerfile: |-
|
||||||
FROM fedora:26
|
FROM fedora:25
|
||||||
LABEL \
|
LABEL \
|
||||||
name="Greenwave" \
|
name="Greenwave" \
|
||||||
vendor="Fedora Infrastructure" \
|
vendor="Fedora Infrastructure" \
|
||||||
|
@ -20,7 +20,6 @@ spec:
|
||||||
PyYAML \
|
PyYAML \
|
||||||
python2-flask
|
python2-flask
|
||||||
RUN yum -y install --setopt=tsflags=nodocs \
|
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
|
https://kojipkgs.fedoraproject.org//packages/greenwave/0.1.1/1.02795e8.fc26/noarch/greenwave-0.1.1-1.02795e8.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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue