[bitnami/prometheus-rsocket-proxy] Release 1.5.3-debian-12-r58 (#91775)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-03-21 05:52:09 +01:00
committed by GitHub
parent 87313aae44
commit 34f3c21c0e
2 changed files with 3 additions and 4 deletions

View File

@@ -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="2026-02-19T03:59:20Z" \
org.opencontainers.image.created="2026-03-21T04:30:49Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/prometheus-rsocket-proxy/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus-rsocket-proxy" \
@@ -49,7 +49,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="1.5.3" \
BITNAMI_APP_NAME="prometheus-rsocket-proxy" \
IMAGE_REVISION="57" \
IMAGE_REVISION="58" \
PATH="/opt/bitnami/java/bin:$PATH"
WORKDIR /opt/bitnami/prometheus-rsocket-proxy

View File

@@ -1,7 +1,5 @@
# Bitnami Secure Image for Prometheus RSocket Proxy
## What is Prometheus RSocket Proxy?
> Prometheus RSocket Proxy is a collection of resources used to get application metrics into Prometheus without ingress. It preserves the pull model by using RSocket bidirectional persistent RPC.
[Overview of Prometheus RSocket Proxy](https://github.com/micrometer-metrics/prometheus-rsocket-proxy)
@@ -69,6 +67,7 @@ For further documentation, please check [here](https://github.com/micrometer-met
The Bitnami Prometheus RSocket Proxy 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`.
- `JAVA_TOOL_OPTIONS`: controls Java FIPS mode. Use `-Djava.security.properties==/opt/bitnami/java/conf/security/java.security.restricted` (restricted), `-Djava.security.properties==/opt/bitnami/java/conf/security/java.security.relaxed` (relaxed), or `-Djava.security.properties==/opt/bitnami/java/conf/security/java.security.original` (off).
## Notable Changes