diff --git a/bitnami/statsd-exporter/0/debian-12/Dockerfile b/bitnami/statsd-exporter/0/debian-12/Dockerfile index 2a1fb5e504e5..1305c88614a5 100644 --- a/bitnami/statsd-exporter/0/debian-12/Dockerfile +++ b/bitnami/statsd-exporter/0/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-02-19T04:59:34Z" \ + org.opencontainers.image.created="2026-03-03T06:48:33Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/statsd-exporter/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/statsd-exporter" \ org.opencontainers.image.title="statsd-exporter" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="0.28.0" + org.opencontainers.image.version="0.29.0" 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=( \ - "statsd-exporter-0.28.0-21-linux-${OS_ARCH}-debian-12" \ + "statsd-exporter-0.29.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -45,9 +45,9 @@ RUN chmod g+rwX /opt/bitnami RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN uninstall_packages curl -ENV APP_VERSION="0.28.0" \ +ENV APP_VERSION="0.29.0" \ BITNAMI_APP_NAME="statsd-exporter" \ - IMAGE_REVISION="38" \ + IMAGE_REVISION="0" \ PATH="/opt/bitnami/statsd-exporter/bin:$PATH" EXPOSE 9102 9125 diff --git a/bitnami/statsd-exporter/README.md b/bitnami/statsd-exporter/README.md index 5bcb9ff365be..f23678a3f196 100644 --- a/bitnami/statsd-exporter/README.md +++ b/bitnami/statsd-exporter/README.md @@ -1,19 +1,17 @@ # Bitnami Secure Image for StatsD exporter -## What is StatsD exporter? - > StatsD exporter receives StatsD-style metrics and exports them as Prometheus metrics. [Overview of StatsD exporter](https://github.com/prometheus/statsd_exporter) 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 statsd-exporter bitnami/statsd-exporter: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,15 +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). -## 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). -## 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 +## Get this image The recommended way to get the Bitnami StatsD exporter Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/statsd-exporter). @@ -60,9 +58,11 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM docker build -t bitnami/APP:latest . ``` -## Configuration +## Configuration -### Running commands +The following section describes how to run commands + +### Running commands To run commands inside this container you can use `docker run`, for example to execute `statsd_exporter help` you can follow the example below: @@ -72,13 +72,13 @@ docker run --rm --name statsd-exporter bitnami/statsd-exporter:latest help Check the [official StatsD exporter documentation](https://github.com/prometheus/statsd_exporter?tab=readme-ov-file#metric-mapping-and-configuration) for more information about configuration options. -### FIPS configuration in Bitnami Secure Images +### FIPS configuration in Bitnami Secure Images The Bitnami StatsD exporter 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`. -## License +## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.