[bitnami/scylladb] Release scylladb-6.1.4-debian-12-r1 (#75331)

Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-12-03 14:32:45 +01:00
committed by GitHub
parent 2ae5b688aa
commit eaf8b820af
2 changed files with 3 additions and 2 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-01T15:04:42Z" \
org.opencontainers.image.created="2024-12-03T12:32:36Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/scylladb/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="6.1.4-debian-12-r0" \
org.opencontainers.image.ref.name="6.1.4-debian-12-r1" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/scylladb" \
org.opencontainers.image.title="scylladb" \
org.opencontainers.image.vendor="Broadcom, Inc." \

View File

@@ -263,6 +263,7 @@ export SCYLLADB_MOUNTED_LOGBACK_PATH="scylla/cassandra/logback.xml"
export DB_MOUNTED_LOGBACK_PATH="$SCYLLADB_MOUNTED_LOGBACK_PATH"
# ScyllaDB specific settings
export SCYLLADB_CONF="$SCYLLADB_CONF_DIR"
export SCYLLADB_CQL_SHARD_PORT_NUMBER="${SCYLLADB_CQL_SHARD_PORT_NUMBER:-19042}"
export SCYLLADB_API_PORT_NUMBER="${SCYLLADB_API_PORT_NUMBER:-10000}"
export SCYLLADB_PROMETHEUS_PORT_NUMBER="${SCYLLADB_PROMETHEUS_PORT_NUMBER:-9180}"