try using f25 instead, see if this is an f26 issue
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
21a94d450e
commit
9b7ce384f5
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue