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 && \
|
popd && \
|
||||||
rm -rf anitya
|
rm -rf anitya
|
||||||
RUN rm /etc/fedmsg.d/*py
|
RUN rm /etc/fedmsg.d/*py
|
||||||
|
RUN mkdir /httpdir
|
||||||
|
RUN chown anitya /httpdir
|
||||||
RUN mkdir -p /etc/pki/fedmsg/
|
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/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
|
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
|
- /etc/anitya/start.sh
|
||||||
env:
|
env:
|
||||||
- name: USER
|
- name: USER
|
||||||
value: openshift
|
value: anitya
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue