[bitnami/grafana-mimir] Release 2.17.1-debian-12-r2 (#86915)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
e11cd4a3a2
commit
0dd68edbb6
|
|
@ -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-07T00:57:58Z" \
|
||||
org.opencontainers.image.created="2025-10-07T01:16:53Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/grafana-mimir/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-mimir" \
|
||||
|
|
@ -48,7 +48,7 @@ RUN uninstall_packages curl
|
|||
|
||||
ENV APP_VERSION="2.17.1" \
|
||||
BITNAMI_APP_NAME="grafana-mimir" \
|
||||
IMAGE_REVISION="1" \
|
||||
IMAGE_REVISION="2" \
|
||||
PATH="/opt/bitnami/grafana-mimir/bin:$PATH"
|
||||
|
||||
EXPOSE 8080 9095
|
||||
|
|
|
|||
|
|
@ -87,6 +87,12 @@ docker run --rm --name grafana-mimir -v /path/to/mimir.yaml:/bitnami/grafana-mim
|
|||
|
||||
Check the [official Grafana Mimir documentation](https://grafana.com/docs/mimir/latest/) to understand the possible configurations.
|
||||
|
||||
### FIPS configuration in Bitnami Secure Images
|
||||
|
||||
The Bitnami Grafana Mimir 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`.
|
||||
|
||||
## Notable Changes
|
||||
|
||||
### Starting January 16, 2024
|
||||
|
|
|
|||
Loading…
Reference in New Issue