diff --git a/bitnami/victoriametrics-vmselect/1/debian-12/Dockerfile b/bitnami/victoriametrics-vmselect/1/debian-12/Dockerfile
index a4a7da2b0208..73c2402a8b35 100644
--- a/bitnami/victoriametrics-vmselect/1/debian-12/Dockerfile
+++ b/bitnami/victoriametrics-vmselect/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-1.136.0-0-linux-${OS_ARCH}-debian-12" \
+ "victoriametrics-1.137.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-02-17T17:00:38Z" \
+ org.opencontainers.image.created="2026-03-02T10:51:00Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.title="victoriametrics-vmselect" \
org.opencontainers.image.vendor="Broadcom, Inc." \
- org.opencontainers.image.version="1.136.0"
+ org.opencontainers.image.version="1.137.0"
COPY rootfs /
COPY --from=builder /opt/bitnami/victoriametrics /opt/bitnami/victoriametrics
-ENV APP_VERSION="1.136.0" \
+ENV APP_VERSION="1.137.0" \
BITNAMI_APP_NAME="victoriametrics-vmselect" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/victoriametrics/bin:$PATH"
diff --git a/bitnami/victoriametrics-vmselect/README.md b/bitnami/victoriametrics-vmselect/README.md
index c00cd0ae2978..6c6340093f27 100644
--- a/bitnami/victoriametrics-vmselect/README.md
+++ b/bitnami/victoriametrics-vmselect/README.md
@@ -1,19 +1,17 @@
# Bitnami Secure Image for VictoriaMetrics
-## What is VictoriaMetrics?
-
> VictoriaMetrics is a fast, cost-effective, and scalable monitoring solution and time series database, compatible with Prometheus and Graphite
[Overview of VictoriaMetrics](https://victoriametrics.com/)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
-## TL;DR
+## TL;DR
```console
docker run --name victoriametrics-vmselect bitnami/victoriametrics-vmselect:latest
```
-## Why use Bitnami Secure Images?
+## Why use Bitnami Secure Images?
Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images?
@@ -30,11 +28,15 @@ Each image comes with valuable security metadata. You can view the metadata in [
If you are looking for our previous generation of images based on Debian Linux, please see the [Bitnami Legacy registry](https://hub.docker.com/u/bitnamilegacy).
-## Supported tags and respective `Dockerfile` links
+## Supported tags and respective `Dockerfile` links
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html).
-## Get this image
+You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`.
+
+Subscribe to project updates by watching the [bitnami/containers GitHub repository](https://github.com/bitnami/containers).
+
+## Get this image
The recommended way to get the Bitnami VictoriaMetrics Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/victoriametrics-vmselect).
@@ -56,15 +58,17 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM
docker build -t bitnami/APP:latest .
```
-## Why use a non-root container?
+## Why use a non-root container?
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-work-with-non-root-containers-index.html).
-## Configuration
+## Configuration
-### Running commands
+The following section describes how to run commands inside the container.
-To run commands inside this container you can use `docker run`, for example to execute `vmselect --help` you can follow the example below:
+### Running commands
+
+To run commands inside this container you can use `docker run`. For example, to execute `vmselect --help` you can run the following command:
```console
docker run --rm --name victoriametrics-vmselect bitnami/victoriametrics-vmselect:latest -- --help
@@ -72,7 +76,7 @@ docker run --rm --name victoriametrics-vmselect bitnami/victoriametrics-vmselect
Check the [official VictoriaMetrics documentation](https://victoriametrics.com/) for more information.
-## License
+## License
Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.