Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No default plugins #78

Open
wants to merge 8 commits into
base: feature/plugins
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix scripts directory name (#71)
  • Loading branch information
VyacheslavSemin authored Feb 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c6795bc7a528d0ef95ee2443f25d2a5489737fb6
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -259,8 +259,8 @@ RUN apk add bash postgresql-client mysql-client curl wget && \
mv ./kubectl /usr/local/bin/kubectl && \
addgroup --system --gid 101 ds && \
adduser --system -G ds -h /home/ds --shell /bin/bash --uid 101 ds && \
mkdir /sql && \
chown -R ds:ds /sql
mkdir /scripts && \
chown -R ds:ds /scripts
USER ds

FROM statsd/statsd AS metrics