From cbb81ed789e0c5b5c81d5e7491e53cd3bb736044 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 1 Apr 2026 16:00:49 +0200 Subject: [PATCH] [bitnami/victoriametrics-vmalert] Release 1.139.0-debian-12-r0 (#91930) Signed-off-by: Bitnami Bot --- .../1/debian-12/Dockerfile | 8 +++--- bitnami/victoriametrics-vmalert/README.md | 28 ++++++------------- 2 files changed, 13 insertions(+), 23 deletions(-) diff --git a/bitnami/victoriametrics-vmalert/1/debian-12/Dockerfile b/bitnami/victoriametrics-vmalert/1/debian-12/Dockerfile index 93aab3fe1cf9..0b43c76c661a 100644 --- a/bitnami/victoriametrics-vmalert/1/debian-12/Dockerfile +++ b/bitnami/victoriametrics-vmalert/1/debian-12/Dockerfile @@ -17,7 +17,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=( \ - "victoriametrics-vmalert-1.138.0-0-linux-${OS_ARCH}-debian-12" \ + "victoriametrics-vmalert-1.139.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -40,16 +40,16 @@ ARG TARGETARCH ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2026-03-16T16:08:50Z" \ + org.opencontainers.image.created="2026-04-01T13:54:03Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.title="victoriametrics-vmalert" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="1.138.0" + org.opencontainers.image.version="1.139.0" COPY rootfs / COPY --from=builder /opt/bitnami/victoriametrics /opt/bitnami/victoriametrics -ENV APP_VERSION="1.138.0" \ +ENV APP_VERSION="1.139.0" \ BITNAMI_APP_NAME="victoriametrics-vmalert" \ IMAGE_REVISION="0" \ PATH="/opt/bitnami/victoriametrics/bin:$PATH" diff --git a/bitnami/victoriametrics-vmalert/README.md b/bitnami/victoriametrics-vmalert/README.md index 2d6440ea5279..b7a04c809c6c 100644 --- a/bitnami/victoriametrics-vmalert/README.md +++ b/bitnami/victoriametrics-vmalert/README.md @@ -38,25 +38,7 @@ Subscribe to project updates by watching the [bitnami/containers GitHub reposito ## Get this image -The recommended way to get the Bitnami VictoriaMetrics Alert Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/victoriametrics-vmalert). - -```console -docker pull bitnami/victoriametrics-vmalert: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/victoriametrics-vmalert/tags/) in the Docker Hub Registry. - -```console -docker pull bitnami/victoriametrics-vmalert:[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 VictoriaMetrics Alert Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers. ## Why use a non-root container? @@ -76,6 +58,14 @@ docker run --rm --name victoriametrics-vmalert bitnami/victoriametrics-vmalert:l Check the [official VictoriaMetrics Alert documentation](https://victoriametrics.com/) for more information. + +### FIPS configuration in Bitnami Secure Images + +The Bitnami VictoriaMetrics Alert 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: + +- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. +- `GODEBUG`: controls Go FIPS mode. Use `fips140=only` (restricted), `fips140=on` (relaxed), or `fips140=off` (disabled). + ## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.