mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
Declare a username so fedmsg.publish() works.
This commit is contained in:
@@ -32,6 +32,7 @@ spec:
|
||||
RUN ln -sf /etc/pki/fedmsg/crt/fedmsg-greenwave.crt /etc/pki/fedmsg/greenwave.crt
|
||||
# Make sure fedmsg can write its CRL.
|
||||
RUN chmod 777 /var/run/fedmsg/
|
||||
ENV USER=openshift
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user