added linkerd ingress operator

This commit is contained in:
ston1th 2019-08-16 13:36:00 +02:00
commit fe1523102d
6 changed files with 128 additions and 0 deletions

View file

@ -0,0 +1,5 @@
FROM flant/shell-operator:latest
RUN echo -e "root:x:0:0:root:/:\nappuser:x:1000:1000:appuser:/:" > /etc/passwd
RUN echo -e "root:x:0:root\nappuser:x:1000:" > /etc/group
ADD hooks /hooks
USER appuser