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
|
runPolicy: Serial
|
||||||
source:
|
source:
|
||||||
dockerfile: |-
|
dockerfile: |-
|
||||||
FROM fedora:26
|
FROM fedora:25
|
||||||
LABEL \
|
LABEL \
|
||||||
name="Greenwave" \
|
name="Greenwave" \
|
||||||
vendor="Fedora Infrastructure" \
|
vendor="Fedora Infrastructure" \
|
||||||
|
@ -22,7 +22,7 @@ spec:
|
||||||
RUN git clone https://pagure.io/greenwave.git /srv/greenwave
|
RUN git clone https://pagure.io/greenwave.git /srv/greenwave
|
||||||
RUN ln -s /etc/greenwave/settings.py /srv/greenwave/conf/settings.py
|
RUN ln -s /etc/greenwave/settings.py /srv/greenwave/conf/settings.py
|
||||||
WORKDIR /srv/greenwave
|
WORKDIR /srv/greenwave
|
||||||
#USER 1001
|
USER 1001
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ENTRYPOINT python run-dev-server.py
|
ENTRYPOINT python run-dev-server.py
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue