[bitnami/jmx-exporter] Release 1.5.0-debian-12-r7 (#91772)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-03-21 03:45:54 +01:00
committed by GitHub
parent e864f1cb4a
commit f3e50e2867
2 changed files with 3 additions and 38 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-19T02:07:00Z" \
org.opencontainers.image.created="2026-03-21T02:34:07Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/jmx-exporter/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jmx-exporter" \
@@ -49,7 +49,7 @@ RUN uninstall_packages ca-certificates curl
ENV APP_VERSION="1.5.0" \
BITNAMI_APP_NAME="jmx-exporter" \
IMAGE_REVISION="6" \
IMAGE_REVISION="7" \
PATH="/opt/bitnami/java/bin:$PATH"
EXPOSE 5556

View File

@@ -1,7 +1,5 @@
# Bitnami Secure Image for JMX Exporter
## What is JMX Exporter?
> A process for exposing JMX Beans via HTTP for Prometheus consumption.
[Overview of JMX Exporter](https://github.com/prometheus/jmx_exporter)
@@ -95,6 +93,7 @@ Find all the configuration options in the [JMX Prometheus Exporter documentation
The Bitnami JMX 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`.
- `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).
## Logging
@@ -106,40 +105,6 @@ docker logs jmx-exporter
You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver.
## Maintenance
### Upgrade this image
Bitnami provides up-to-date versions of JMX Exporter, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container.
#### Step 1: Get the updated image
```console
docker pull bitnami/jmx-exporter:latest
```
#### Step 2: Stop the running container
Stop the currently running container using the command
```console
docker stop jmx-exporter
```
#### Step 3: Remove the currently running container
```console
docker rm -v jmx-exporter
```
#### Step 4: Run the new image
Re-create your container from the new image.
```console
docker run --name jmx-exporter bitnami/jmx-exporter:latest
```
## Notable Changes
### Starting January 16, 2024