try using f25 instead, see if this is an f26 issue

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2017-08-14 19:15:14 +00:00
parent 21a94d450e
commit 9b7ce384f5

View file

@ -8,7 +8,7 @@ spec:
runPolicy: Serial
source:
dockerfile: |-
FROM fedora:26
FROM fedora:25
LABEL \
name="Greenwave" \
vendor="Fedora Infrastructure" \
@ -22,7 +22,7 @@ spec:
RUN git clone https://pagure.io/greenwave.git /srv/greenwave
RUN ln -s /etc/greenwave/settings.py /srv/greenwave/conf/settings.py
WORKDIR /srv/greenwave
#USER 1001
USER 1001
EXPOSE 8080
ENTRYPOINT python run-dev-server.py
strategy: