From 295fd844721f221348acc584804881be26508385 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 2 Feb 2024 13:34:01 +0100 Subject: [PATCH] [bitnami/cassandra] Release 4.0.12-debian-11-r2 (#56030) Signed-off-by: Bitnami Containers --- bitnami/cassandra/4.0/debian-11/Dockerfile | 8 ++++---- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/cassandra/README.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/cassandra/4.0/debian-11/Dockerfile b/bitnami/cassandra/4.0/debian-11/Dockerfile index 48d32efad524..9660c0618c42 100644 --- a/bitnami/cassandra/4.0/debian-11/Dockerfile +++ b/bitnami/cassandra/4.0/debian-11/Dockerfile @@ -8,10 +8,10 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2024-01-30T02:04:27Z" \ + org.opencontainers.image.created="2024-02-02T11:42:18Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="4.0.12-debian-11-r1" \ + org.opencontainers.image.ref.name="4.0.12-debian-11-r2" \ org.opencontainers.image.title="cassandra" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="4.0.12" @@ -27,8 +27,8 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libffi7 libgssapi-krb5-2 libjemalloc2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libtinfo6 libtirpc3 procps zlib1g RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ - "python-3.11.7-2-linux-${OS_ARCH}-debian-11" \ - "java-11.0.22-12-0-linux-${OS_ARCH}-debian-11" \ + "python-3.11.7-3-linux-${OS_ARCH}-debian-11" \ + "java-11.0.22-12-1-linux-${OS_ARCH}-debian-11" \ "cassandra-4.0.12-1-linux-${OS_ARCH}-debian-11" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ diff --git a/bitnami/cassandra/4.0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/cassandra/4.0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index f37b135ffe05..edfe3dd2bbd3 100644 --- a/bitnami/cassandra/4.0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/cassandra/4.0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -9,12 +9,12 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "11.0.22-12-0" + "version": "11.0.22-12-1" }, "python": { "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "3.11.7-2" + "version": "3.11.7-3" } } \ No newline at end of file diff --git a/bitnami/cassandra/README.md b/bitnami/cassandra/README.md index 802ac8e84a25..162de8851dd0 100644 --- a/bitnami/cassandra/README.md +++ b/bitnami/cassandra/README.md @@ -196,7 +196,7 @@ docker-compose up -d | `CASSANDRA_INIT_SLEEP_TIME` | Sleep time for init startup operations. | `5` | | `CASSANDRA_PEER_CQL_MAX_RETRIES` | Maximum retries for peer startup operations. | `100` | | `CASSANDRA_PEER_CQL_SLEEP_TIME` | Sleep time for peer startup operations. | `10` | -| `CASSANDRA_DELAY_START_TIME` | Delay Cassandra start for the provided number of seconds | `0` | +| `CASSANDRA_DELAY_START_TIME` | Delay Cassandra start by the number of provided seconds. | `0` | | `CASSANDRA_AUTO_SNAPSHOT_TTL` | Take an automatic snapshot of the data before truncating a keyspace or dropping a table | `30d` | | `ALLOW_EMPTY_PASSWORD` | Allow no credentials in the installation. | `no` | | `CASSANDRA_AUTHORIZER` | Cassandra connection authorizer. | `CassandraAuthorizer` |