[bitnami/prometheus] Release 3.6.0-debian-12-r1 (#87070)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
954b7633cf
commit
cac1929b54
|
|
@ -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-21T21:00:36Z" \
|
||||
org.opencontainers.image.created="2025-10-07T13:50:47Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/prometheus/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus" \
|
||||
|
|
@ -51,7 +51,7 @@ RUN uninstall_packages curl
|
|||
RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/
|
||||
ENV APP_VERSION="3.6.0" \
|
||||
BITNAMI_APP_NAME="prometheus" \
|
||||
IMAGE_REVISION="0" \
|
||||
IMAGE_REVISION="1" \
|
||||
PATH="/opt/bitnami/prometheus/bin:$PATH"
|
||||
|
||||
EXPOSE 9090
|
||||
|
|
|
|||
|
|
@ -133,6 +133,12 @@ docker run --name prometheus \
|
|||
bitnami/prometheus:latest
|
||||
```
|
||||
|
||||
### FIPS configuration in Bitnami Secure Images
|
||||
|
||||
The Bitnami Prometheus 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 Prometheus Docker image sends the container logs to the `stdout`. To view the logs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue