Change owner of httpdir
This commit is contained in:
parent
01a8022713
commit
627fe47e51
2 changed files with 3 additions and 1 deletions
|
@ -57,6 +57,8 @@ items:
|
|||
popd && \
|
||||
rm -rf anitya
|
||||
RUN rm /etc/fedmsg.d/*py
|
||||
RUN mkdir /httpdir
|
||||
RUN chown anitya /httpdir
|
||||
RUN mkdir -p /etc/pki/fedmsg/
|
||||
RUN ln -sf /etc/pki/fedmsg/key/fedmsg-release-monitoring.key /etc/pki/fedmsg/release-monitoring.key
|
||||
RUN ln -sf /etc/pki/fedmsg/crt/fedmsg-release-monitoring.crt /etc/pki/fedmsg/release-monitoring.crt
|
||||
|
|
|
@ -46,7 +46,7 @@ items:
|
|||
- /etc/anitya/start.sh
|
||||
env:
|
||||
- name: USER
|
||||
value: openshift
|
||||
value: anitya
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
resources: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue