diff --git a/bitnami/cassandra-exporter/2/debian-12/Dockerfile b/bitnami/cassandra-exporter/2/debian-12/Dockerfile index c3ab25789a89..59ed70afb1d7 100644 --- a/bitnami/cassandra-exporter/2/debian-12/Dockerfile +++ b/bitnami/cassandra-exporter/2/debian-12/Dockerfile @@ -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 diff --git a/bitnami/cassandra-exporter/README.md b/bitnami/cassandra-exporter/README.md index 5bdf1e927908..3b8838972ec4 100644 --- a/bitnami/cassandra-exporter/README.md +++ b/bitnami/cassandra-exporter/README.md @@ -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