File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM registry.drycc.cc/drycc/base:bullseye
1+ FROM registry.drycc.cc/drycc/base:bookworm
22
33ENV DRYCC_UID=1001 \
44 DRYCC_GID=1001 \
55 DRYCC_HOME_DIR=/usr/share/grafana \
6- GRAFANA_VERSION="9.1.1 " \
6+ GRAFANA_VERSION="9.5.3 " \
77 ENVTPL_VERSION="1.0.0" \
88 JQ_VERSION="1.6"
99
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ export GF_AUTH_ANONYMOUS_ENABLED=true
7676export GF_SERVER_HTTP_PORT=${GRAFANA_PORT}
7777
7878BACKEND_ACCESS_MODE=${BACKEND_ACCESS_MODE:- proxy}
79- PROMETHEUS_URL=${PROMETHEUS_URL}
8079if [ -n " $PROMETHEUS_URL " ]; then
8180 echo " prometheus service URL is provided."
8281else
Original file line number Diff line number Diff line change 1- FROM registry.drycc.cc/drycc/base:bullseye
1+ FROM registry.drycc.cc/drycc/base:bookworm
22
33ENV DRYCC_UID=1001 \
44 DRYCC_GID=1001 \
55 DRYCC_HOME_DIR=/home/telegraf \
6- MC_VERSION="2022.04.01.23.44.48 " \
7- TELEGRAF_VERSION="1.23.4 " \
6+ MC_VERSION="2023.06.15.15.08.26 " \
7+ TELEGRAF_VERSION="1.27.0 " \
88 ENVTPL_VERSION="1.0.0" \
99 JQ_VERSION="1.6"
1010
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if [ -n "$ENABLE_KUBERNETES" ]; then
1919fi
2020
2121echo " Building config.toml!"
22- envtpl > config.toml < config.toml. tpl | sed ' /^$/d'
22+ envtpl config.toml. tpl | sed ' /^$/d' | tee config.toml
2323
2424echo " Finished building toml..."
2525echo " ###########################################"
You can’t perform that action at this time.
0 commit comments