update
This commit is contained in:
parent
b53b68ac2e
commit
db38269319
@ -43,8 +43,8 @@ RUN case "${BUILD_ARCH}" in \
|
|||||||
RUN apk add --no-cache curl tar unzip; \
|
RUN apk add --no-cache curl tar unzip; \
|
||||||
curl -LO "https://github.com/grafana/loki/releases/download/v${PROMTAIL_VERSION}/promtail-linux-amd64.zip"; \
|
curl -LO "https://github.com/grafana/loki/releases/download/v${PROMTAIL_VERSION}/promtail-linux-amd64.zip"; \
|
||||||
unzip promtail-linux-amd64.zip; \
|
unzip promtail-linux-amd64.zip; \
|
||||||
mv promtail-linux-amd64 /usr/bin/promtail; \
|
mv promtail-linux-amd64 /data/promtail; \
|
||||||
chmod +x /usr/bin/promtail; \
|
chmod +x /data/promtail; \
|
||||||
rm promtail-linux-amd64.zip;
|
rm promtail-linux-amd64.zip;
|
||||||
|
|
||||||
WORKDIR /data/promtail
|
WORKDIR /data/promtail
|
||||||
|
@ -37,4 +37,4 @@ if [ "${log_level}" == "debug" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
bashio::log.info "Handing over control to Promtail..."
|
bashio::log.info "Handing over control to Promtail..."
|
||||||
/usr/bin/promtail "${promtail_args[@]}"
|
/data/promtail "${promtail_args[@]}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user