kube/testapp/certman-istio-operator/Dockerfile
2019-08-11 22:16:06 +02:00

5 lines
193 B
Docker

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 app /
USER appuser