[bitnami/victoriametrics-vmalert] Release 1.139.0-debian-12-r0 (#91930)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-04-01 16:00:49 +02:00 committed by GitHub
parent 397e9f1b25
commit cbb81ed789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 23 deletions

View File

@ -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"

View File

@ -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 &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.