From c417a38f3e4b4722aaf8a6220a4c37203fad96a0 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 6 Mar 2026 20:10:13 +0100 Subject: [PATCH] [bitnami/victoriametrics-vminsert] Release 1.137.0-debian-12-r1 (#91410) Signed-off-by: Bitnami Bot --- .../1/debian-12/Dockerfile | 6 +++--- bitnami/victoriametrics-vminsert/README.md | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bitnami/victoriametrics-vminsert/1/debian-12/Dockerfile b/bitnami/victoriametrics-vminsert/1/debian-12/Dockerfile index 38d250cdc94d..c033d91127f2 100644 --- a/bitnami/victoriametrics-vminsert/1/debian-12/Dockerfile +++ b/bitnami/victoriametrics-vminsert/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-vminsert-1.137.0-0-linux-${OS_ARCH}-debian-12" \ + "victoriametrics-vminsert-1.137.0-1-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -40,7 +40,7 @@ ARG TARGETARCH ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2026-03-02T10:50:57Z" \ + org.opencontainers.image.created="2026-03-06T18:52:27Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.title="victoriametrics-vminsert" \ org.opencontainers.image.vendor="Broadcom, Inc." \ @@ -51,7 +51,7 @@ COPY --from=builder /opt/bitnami/victoriametrics /opt/bitnami/victoriametrics ENV APP_VERSION="1.137.0" \ BITNAMI_APP_NAME="victoriametrics-vminsert" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/victoriametrics/bin:$PATH" USER 1001 diff --git a/bitnami/victoriametrics-vminsert/README.md b/bitnami/victoriametrics-vminsert/README.md index bb5a565693ef..382cbb7d758f 100644 --- a/bitnami/victoriametrics-vminsert/README.md +++ b/bitnami/victoriametrics-vminsert/README.md @@ -5,13 +5,13 @@ [Overview of VictoriaMetrics Insert](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-vminsert bitnami/victoriametrics-vminsert: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? @@ -28,7 +28,7 @@ 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). @@ -36,7 +36,7 @@ You can see the equivalence between the different tags by taking a look at the ` Subscribe to project updates by watching the [bitnami/containers GitHub repository](https://github.com/bitnami/containers). -## Get this image +## Get this image The recommended way to get the Bitnami VictoriaMetrics Insert Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/victoriametrics-vminsert). @@ -58,15 +58,15 @@ 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 The following section describes how to run commands inside the container. -### Running commands +### Running commands To run commands inside this container you can use `docker run`. For example, to execute `vminsert --help` you can run the following command: @@ -76,7 +76,7 @@ docker run --rm --name victoriametrics-vminsert bitnami/victoriametrics-vminsert Check the [official VictoriaMetrics Insert documentation](https://victoriametrics.com/) for more information. -## License +## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.