diff --git a/bitnami/pushgateway/1/debian-12/Dockerfile b/bitnami/pushgateway/1/debian-12/Dockerfile index a9ae1a16202f..3b97e76d1c65 100644 --- a/bitnami/pushgateway/1/debian-12/Dockerfile +++ b/bitnami/pushgateway/1/debian-12/Dockerfile @@ -7,7 +7,7 @@ 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="2025-09-07T02:26:07Z" \ + org.opencontainers.image.created="2025-10-07T02:44:33Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/pushgateway/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pushgateway" \ @@ -47,7 +47,7 @@ RUN uninstall_packages curl ENV APP_VERSION="1.11.1" \ BITNAMI_APP_NAME="pushgateway" \ - IMAGE_REVISION="13" \ + IMAGE_REVISION="14" \ PATH="/opt/bitnami/pushgateway/bin:$PATH" EXPOSE 9091 diff --git a/bitnami/pushgateway/README.md b/bitnami/pushgateway/README.md index ca6a700acb8a..e241b8359f45 100644 --- a/bitnami/pushgateway/README.md +++ b/bitnami/pushgateway/README.md @@ -101,6 +101,12 @@ The Pushgateway has to be configured as a target to scrape by Prometheus, using [Further information](https://prometheus.io/docs/instrumenting/pushing/) +### FIPS configuration in Bitnami Secure Images + +The Bitnami Push Gateway Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) 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`. + ## Logging The Bitnami pushgateway Docker image sends the container logs to the `stdout`. To view the logs: