Skip to content

Commit

Permalink
ci: Attempt to fix CI e2e test error
Browse files Browse the repository at this point in the history
* Use world readwrite permissions on grafana plugins folder in dockerfile

Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
  • Loading branch information
mahendrapaipuri committed Mar 13, 2024
1 parent 5aa075c commit 38900f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ENV GF_AUTH_BASIC_ENABLED "false"
# Set development mode so plugins can be loaded without the need to sign
ENV GF_DEFAULT_APP_MODE "development"

# Create a group and user
# RUN addgroup -S grafana && adduser -S grafana -G grafana
# Set permissions to /var/lib/grafana/plugins folder
RUN chmod 0777 /var/lib/grafana && chmod 0777 /var/lib/grafana/plugins

# Tell docker that all future commands should run as the grafana user
USER grafana
Expand Down

0 comments on commit 38900f7

Please sign in to comment.