File tree 4 files changed +5
-12
lines changed
website/docs/installation
4 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Ensure selecting a tag that is available for arm/v7, arm64, and amd64
2
2
# https://hub.docker.com/r/grafana/grafana/tags
3
- FROM grafana/grafana:11.6.0
3
+ FROM grafana/grafana-dev :11.6.1-238589
4
4
5
5
ENV GF_ANALYTICS_REPORTING_ENABLED=false \
6
6
GF_AUTH_ANONYMOUS_ENABLED=false \
@@ -13,14 +13,10 @@ ENV GF_ANALYTICS_REPORTING_ENABLED=false \
13
13
GF_USERS_ALLOW_SIGN_UP=false \
14
14
GF_USERS_DEFAULT_LANGUAGE=detect \
15
15
GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/dashboards_internal/home.json \
16
+ GF_DATE_FORMATS_USE_BROWSER_LOCALE=true \
16
17
DATABASE_PORT=5432 \
17
18
DATABASE_SSL_MODE=disable
18
19
19
- # This experimental config option is temporarily disabled
20
- # https://github.com/grafana/grafana/pull/102396 is merged and released in 11.6.0
21
- # https://github.com/grafana/grafana/pull/102750 is open and yet to be merged & released
22
- # ENV GF_DATE_FORMATS_USE_BROWSER_LOCALE=true
23
-
24
20
USER grafana
25
21
26
22
COPY logo.svg /usr/share/grafana/public/img/grafana_icon.svg
Original file line number Diff line number Diff line change 255
255
"auth.basic" . enabled = false ;
256
256
analytics . reporting_enabled = false ;
257
257
dashboards . default_home_dashboard_path = "../grafana/dashboards/internal/home.json" ;
258
- # This experimental config option is temporarily disabled
259
- # https://github.com/grafana/grafana/pull/102396 is merged and released in 11.6.0
260
- # https://github.com/grafana/grafana/pull/102750 is open and yet to be merged & released
261
- # Ensure Grafana has been updated in an upcoming NixOS release once Pull Requests are merged
258
+ # This experimental config option is disabled until Grafana 11.6.1 becomes available in NixOS 25.05
262
259
# date_formats.use_browser_locale = true;
263
260
} ;
264
261
provision = {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Source: [erlang.org/downloads](https://www.erlang.org/downloads#prebuilt)
37
37
</details >
38
38
39
39
<details >
40
- <summary >Grafana (v11.6.0 +)</summary >
40
+ <summary >Grafana (v11.6.1 +)</summary >
41
41
42
42
``` bash
43
43
sudo apt-get install -y apt-transport-https software-properties-common
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ service postgresql initdb
70
70
</details >
71
71
72
72
<details >
73
- <summary >Grafana (v11.6.0 +)</summary >
73
+ <summary >Grafana (v11.6.1 +)</summary >
74
74
75
75
``` bash
76
76
pkg install grafana
You can’t perform that action at this time.
0 commit comments