Skip to content

Commit 0bc2b00

Browse files
authored
[bitnami/grafana-alloy] Release 1.14.1-debian-12-r0 (#91695)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent b2c244d commit 0bc2b00

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

bitnami/grafana-alloy/1.14/debian-12/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
77
ARG TARGETARCH
88

99
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
10-
org.opencontainers.image.created="2026-03-11T16:30:54Z" \
10+
org.opencontainers.image.created="2026-03-17T19:45:50Z" \
1111
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1212
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/grafana-alloy/README.md" \
1313
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-alloy" \
1414
org.opencontainers.image.title="grafana-alloy" \
1515
org.opencontainers.image.vendor="Broadcom, Inc." \
16-
org.opencontainers.image.version="1.14.0"
16+
org.opencontainers.image.version="1.14.1"
1717

1818
ENV HOME="/" \
1919
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
2828
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
2929
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
3030
COMPONENTS=( \
31-
"grafana-alloy-1.14.0-0-linux-${OS_ARCH}-debian-12" \
31+
"grafana-alloy-1.14.1-0-linux-${OS_ARCH}-debian-12" \
3232
) ; \
3333
for COMPONENT in "${COMPONENTS[@]}"; do \
3434
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -45,7 +45,7 @@ RUN useradd -r -u 1001 -g root grafana-alloy
4545
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
4646
RUN uninstall_packages curl
4747

48-
ENV APP_VERSION="1.14.0" \
48+
ENV APP_VERSION="1.14.1" \
4949
BITNAMI_APP_NAME="grafana-alloy" \
5050
IMAGE_REVISION="0" \
5151
PATH="/opt/bitnami/grafana-alloy/bin:$PATH"

bitnami/grafana-alloy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Check the [official Grafana Alloy documentation](https://grafana.com/oss/alloy-o
7777
The Bitnami Grafana Alloy Docker image from the [Bitnami Secure Images](https://go-vmware.broadcom.com/contact-us) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:
7878

7979
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
80+
- `GODEBUG`: controls Go FIPS mode. Use `fips140=only` (restricted), `fips140=on` (relaxed), or `fips140=off` (disabled).
8081

8182
## License
8283

0 commit comments

Comments
 (0)