diff --git a/bitnami/grafana-alloy/1.14/debian-12/Dockerfile b/bitnami/grafana-alloy/1.14/debian-12/Dockerfile index f8eacbfd6d48..30eec290c8f7 100644 --- a/bitnami/grafana-alloy/1.14/debian-12/Dockerfile +++ b/bitnami/grafana-alloy/1.14/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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-03-17T19:45:50Z" \ + org.opencontainers.image.created="2026-03-30T16:23:28Z" \ 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" \ org.opencontainers.image.title="grafana-alloy" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="1.14.1" + org.opencontainers.image.version="1.14.2" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -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.14.1-0-linux-${OS_ARCH}-debian-12" \ + "grafana-alloy-1.14.2-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -45,7 +45,7 @@ RUN useradd -r -u 1001 -g root grafana-alloy RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN uninstall_packages curl -ENV APP_VERSION="1.14.1" \ +ENV APP_VERSION="1.14.2" \ BITNAMI_APP_NAME="grafana-alloy" \ IMAGE_REVISION="0" \ PATH="/opt/bitnami/grafana-alloy/bin:$PATH" diff --git a/bitnami/grafana-alloy/README.md b/bitnami/grafana-alloy/README.md index 98bbb8f2efca..30af26271c61 100644 --- a/bitnami/grafana-alloy/README.md +++ b/bitnami/grafana-alloy/README.md @@ -34,25 +34,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t ## Get this image -The recommended way to get the Bitnami Grafana Alloy Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/grafana-alloy). - -```console -docker pull bitnami/grafana-alloy:latest -``` - -To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/grafana-alloy/tags/) in the Docker Hub Registry. - -```console -docker pull bitnami/grafana-alloy:[TAG] -``` - -If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values. - -```console -git clone https://github.com/bitnami/containers.git -cd bitnami/APP/VERSION/OPERATING-SYSTEM -docker build -t bitnami/APP:latest . -``` +The Bitnami Grafana Alloy Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers. ## Why use a non-root container?