[bitnami/grafana-alloy] Release 1.13.2-debian-12-r1 (#91311)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-03-06 07:16:28 +01:00 committed by GitHub
parent 1a5a54f428
commit 9463d997b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-02-24T00:16:52Z" \
org.opencontainers.image.created="2026-03-06T05:47:31Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/grafana-alloy/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-alloy" \
@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"grafana-alloy-1.13.2-0-linux-${OS_ARCH}-debian-12" \
"grafana-alloy-1.13.2-1-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -47,7 +47,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="1.13.2" \
BITNAMI_APP_NAME="grafana-alloy" \
IMAGE_REVISION="0" \
IMAGE_REVISION="1" \
PATH="/opt/bitnami/grafana-alloy/bin:$PATH"
USER 1001

View File

@ -1,7 +1,5 @@
# Bitnami Secure Image for Grafana Alloy
## What is Grafana Alloy?
> Grafana Alloy is an open source OpenTelemetry Collector distribution with built-in Prometheus pipelines and support for metrics, logs, traces, and profiles.
[Overview of Grafana Alloy](https://grafana.com/oss/alloy-opentelemetry-collector/)
@ -62,6 +60,8 @@ Non-root container images add an extra layer of security and are generally recom
## Configuration
The following section describes how to run commands
### Running commands
To run commands inside this container you can use `docker run`, for example to execute `alloy --help` you can follow the example below: