This commit is contained in:
bkellam 2025-03-26 16:28:33 -07:00
parent 8e3235a56d
commit 889d488d6e

View file

@ -175,7 +175,7 @@ RUN apk add --no-cache git ca-certificates bind-tools tini jansson wget supervis
RUN curl -sL https://sentry.io/get-cli/ | sh RUN curl -sL https://sentry.io/get-cli/ | sh
# Install grafana alloy. libc6-compat is required because alloy dynamically links against glibc which doesn't exist in alpine by default # Install grafana alloy. libc6-compat is required because alloy dynamically links against glibc which doesn't exist in alpine by default
# @nochekin: figure out how to handle this for self hosted case (especially the config) # @nocheckin: figure out how to handle this for self hosted case (especially the config)
RUN apk add --no-cache libc6-compat RUN apk add --no-cache libc6-compat
RUN wget https://github.com/grafana/alloy/releases/download/v1.7.0/alloy-linux-amd64.zip \ RUN wget https://github.com/grafana/alloy/releases/download/v1.7.0/alloy-linux-amd64.zip \
&& unzip alloy-linux-amd64.zip \ && unzip alloy-linux-amd64.zip \