mr-karan / calert

🔔 Send alert notifications to Google Chat via Prometheus Alertmanager
MIT License
158 stars 58 forks source link

run container with a nonroot user #51

Closed fanfansama closed 2 years ago

fanfansama commented 2 years ago

Hello, Thank you for the projet. Could you use a nonroot user to run it ?

RUN groupadd -g 999 appgroup && \ useradd -r -u 999 -g appgroup appuser USER appuser

regards

mr-karan commented 2 years ago

Thanks for reporting this.

v2.0.5 comes with a calert user.