[bitnami/cassandra-exporter] Release 2.3.8-debian-12-r61 (#91561)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-03-12 14:47:05 +01:00 committed by GitHub
parent 3cd5384436
commit 0cff7cc6b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 39 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-19T00:38:11Z" \
org.opencontainers.image.created="2026-03-12T13:20:34Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cassandra-exporter/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cassandra-exporter" \
@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"jre-17.0.18-10-1-linux-${OS_ARCH}-debian-12" \
"cassandra-exporter-2.3.8-7-linux-${OS_ARCH}-debian-12" \
"cassandra-exporter-2.3.8-8-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -48,7 +48,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="2.3.8" \
BITNAMI_APP_NAME="cassandra-exporter" \
IMAGE_REVISION="60" \
IMAGE_REVISION="61" \
PATH="/opt/bitnami/java/bin:$PATH"
EXPOSE 8080

View File

@ -1,7 +1,5 @@
# Bitnami Secure Image for Cassandra Exporter
## What is Cassandra Exporter?
> Cassandra exporter is a standalone application which exports Apache Cassandra metrics through a prometheus friendly endpoint.
[Overview of Cassandra Exporter](https://github.com/criteo/cassandra_exporter)
@ -106,40 +104,6 @@ docker logs cassandra-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 Cassandra 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/cassandra-exporter:latest
```
#### Step 2: Stop the running container
Stop the currently running container using the command
```console
docker stop cassandra-exporter
```
#### Step 3: Remove the currently running container
```console
docker rm -v cassandra-exporter
```
#### Step 4: Run the new image
Re-create your container from the new image.
```console
docker run --name cassandra-exporter bitnami/cassandra-exporter:latest
```
## Notable Changes
### Starting January 16, 2024