[bitnami/cassandra] Release cassandra-5.0.2-debian-12-r5 (#76105)

Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2025-01-08 22:56:03 +01:00
committed by GitHub
parent ae87512bd7
commit 0698bdf417
5 changed files with 10 additions and 11 deletions

View File

@@ -9,11 +9,11 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-12-09T20:58:49Z" \
org.opencontainers.image.created="2025-01-08T21:30:13Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cassandra/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="5.0.2-debian-12-r4" \
org.opencontainers.image.ref.name="5.0.2-debian-12-r5" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cassandra" \
org.opencontainers.image.title="cassandra" \
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -30,7 +30,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libffi8 libgssapi-krb5-2 libjemalloc2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl3 libtinfo6 libtirpc3 procps zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"python-3.11.11-0-linux-${OS_ARCH}-debian-12" \
"python-3.11.11-1-linux-${OS_ARCH}-debian-12" \
"java-11.0.25-11-1-linux-${OS_ARCH}-debian-12" \
"cassandra-5.0.2-1-linux-${OS_ARCH}-debian-12" \
) ; \

View File

@@ -15,6 +15,6 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "3.11.11-0"
"version": "3.11.11-1"
}
}

View File

@@ -47,8 +47,7 @@ print_image_welcome_page() {
info ""
info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
info "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
info "Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit ${BOLD}https://bitnami.com/enterprise${RESET}"
info "Did you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami/ for more information."
info ""
}

View File

@@ -24,7 +24,6 @@ export BITNAMI_DEBUG="${BITNAMI_DEBUG:-false}"
# By setting an environment variable matching *_FILE to a file path, the prefixed environment
# variable will be overridden with the value specified in that file
cassandra_env_vars=(
CASSANDRA_MOUNTED_CONF_DIR
CASSANDRA_CLIENT_ENCRYPTION
CASSANDRA_CLUSTER_NAME
CASSANDRA_DATACENTER
@@ -71,6 +70,7 @@ cassandra_env_vars=(
CASSANDRA_SSL_CA_FILE
CASSANDRA_SSL_VALIDATE
SSL_VERSION
CASSANDRA_MOUNTED_CONF_DIR
JAVA_TOOL_OPTIONS
)
for env_var in "${cassandra_env_vars[@]}"; do
@@ -102,8 +102,6 @@ export CASSANDRA_INITSCRIPTS_DIR="/docker-entrypoint-initdb.d"
export DB_INITSCRIPTS_DIR="$CASSANDRA_INITSCRIPTS_DIR"
export CASSANDRA_LOG_DIR="${DB_BASE_DIR}/logs"
export DB_LOG_DIR="$CASSANDRA_LOG_DIR"
export CASSANDRA_MOUNTED_CONF_DIR="${CASSANDRA_MOUNTED_CONF_DIR:-${DB_VOLUME_DIR}/conf}"
export DB_MOUNTED_CONF_DIR="$CASSANDRA_MOUNTED_CONF_DIR"
export CASSANDRA_TMP_DIR="${DB_BASE_DIR}/tmp"
export DB_TMP_DIR="$CASSANDRA_TMP_DIR"
export JAVA_BASE_DIR="${BITNAMI_ROOT_DIR}/java"
@@ -249,6 +247,8 @@ export CASSANDRA_COMMITLOG_ARCHIVING_FILE="${DB_CONF_DIR}/commitlog_archiving.pr
export DB_COMMITLOG_ARCHIVING_FILE="$CASSANDRA_COMMITLOG_ARCHIVING_FILE"
export CASSANDRA_ENV_FILE="${DB_CONF_DIR}/cassandra-env.sh"
export DB_ENV_FILE="$CASSANDRA_ENV_FILE"
export CASSANDRA_MOUNTED_CONF_DIR="${CASSANDRA_MOUNTED_CONF_DIR:-${DB_VOLUME_DIR}/conf}"
export DB_MOUNTED_CONF_DIR="$CASSANDRA_MOUNTED_CONF_DIR"
export CASSANDRA_MOUNTED_CONF_PATH="cassandra.yaml"
export DB_MOUNTED_CONF_PATH="$CASSANDRA_MOUNTED_CONF_PATH"
export CASSANDRA_MOUNTED_RACKDC_PATH="cassandra-rackdc.properties"

View File

@@ -172,7 +172,6 @@ docker-compose up -d
| Name | Description | Default Value |
|----------------------------------------------------|-----------------------------------------------------------------------------------------|---------------------------------------|
| `CASSANDRA_MOUNTED_CONF_DIR` | Cassandra directory for mounted configuration files | `${DB_VOLUME_DIR}/conf` |
| `CASSANDRA_CLIENT_ENCRYPTION` | Enable client encryption | `false` |
| `CASSANDRA_CLUSTER_NAME` | Cassandra cluster name | `My Cluster` |
| `CASSANDRA_DATACENTER` | Cassandra datacenter name | `dc1` |
@@ -219,6 +218,7 @@ docker-compose up -d
| `CASSANDRA_SSL_CA_FILE` | Cassandra SSL CA location | `nil` |
| `CASSANDRA_SSL_VALIDATE` | Perform SSL validation on the certificates | `false` |
| `SSL_VERSION` | TLS version to use when connecting. | `TLSv1_2` |
| `CASSANDRA_MOUNTED_CONF_DIR` | Cassandra directory for mounted configuration files | `${DB_VOLUME_DIR}/conf` |
| `JAVA_TOOL_OPTIONS` | Java tool options. | `nil` |
#### Read-only environment variables
@@ -560,7 +560,7 @@ If you encountered a problem running this container, you can file an [issue](htt
## License
Copyright &copy; 2024 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.