Skip to content

Commit

Permalink
Properly build init container (#6)
Browse files Browse the repository at this point in the history
Properly build init container

Reviewed-by: OpenTelekomCloud Bot <None>
  • Loading branch information
gtema committed Feb 21, 2022
1 parent 30d0825 commit 93dcf23
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 475 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Expand Up @@ -55,9 +55,8 @@ WORKDIR /cloudmon

COPY ./grafana ./grafana

RUN rm -rf /cloudmon/init/grafana
RUN mkdir /cloudmon/init && tar cvfz /cloudmon/init/grafana.tar.gz grafana
RUN rm -rf /cloudmon/grafana

# Use an unprivileged user.
USER cloudmon:cloudmon
CMD ["/bin/sh"]
282 changes: 0 additions & 282 deletions grafana/dashboard/smtp.json

This file was deleted.

0 comments on commit 93dcf23

Please sign in to comment.