Skip to content

Commit

Permalink
allow aerospike prometheus exporter to run as non-root (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
iyashu authored Feb 21, 2024
1 parent 9853ea9 commit aa0df10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ COPY ape.toml.template /etc/aerospike-prometheus-exporter/ape.toml.template
COPY gauge_stats_list.toml /etc/aerospike-prometheus-exporter/gauge_stats_list.toml
COPY docker-entrypoint.sh /docker-entrypoint.sh

RUN chmod -R a+rwX /etc/aerospike-prometheus-exporter

RUN apk add gettext libintl \
&& chmod +x /docker-entrypoint.sh

Expand Down

0 comments on commit aa0df10

Please sign in to comment.