added linkerd ingress operator
This commit is contained in:
parent
addd3ea953
commit
fe1523102d
6 changed files with 128 additions and 0 deletions
5
testapp/linkerd-ingress-operator/Dockerfile
Normal file
5
testapp/linkerd-ingress-operator/Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue