[bitnami/cassandra] Release 4.0.5-debian-11-r11 (#3627)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
571ea74be5
commit
09a3f0e690
|
|
@ -7,7 +7,7 @@ ENV HOME="/" \
|
|||
ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="4.0.5-debian-11-r10" \
|
||||
org.opencontainers.image.ref.name="4.0.5-debian-11-r11" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cassandra" \
|
||||
org.opencontainers.image.title="cassandra" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ cassandra_env_vars=(
|
|||
CASSANDRA_PEERS
|
||||
CASSANDRA_RACK
|
||||
CASSANDRA_BROADCAST_ADDRESS
|
||||
CASSANDRA_AUTOMATIC_SSTABLE_UPGRADE
|
||||
CASSANDRA_STARTUP_CQL
|
||||
CASSANDRA_IGNORE_INITDB_SCRIPTS
|
||||
CASSANDRA_CQL_PORT_NUMBER
|
||||
|
|
@ -56,7 +57,6 @@ cassandra_env_vars=(
|
|||
ALLOW_EMPTY_PASSWORD
|
||||
CASSANDRA_AUTHORIZER
|
||||
CASSANDRA_AUTHENTICATOR
|
||||
CASSANDRA_AUTOMATIC_SSTABLE_UPGRADE
|
||||
CASSANDRA_USER
|
||||
CASSANDRA_PASSWORD
|
||||
CASSANDRA_KEYSTORE_PASSWORD
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
rolling-tags:
|
||||
- "4.0"
|
||||
- "4.0-debian-11"
|
||||
- "4.0.5"
|
||||
- "latest"
|
||||
|
|
@ -47,7 +47,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deploy
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`4.0`, `4.0-debian-11`, `4.0.5`, `4.0.5-debian-11-r10`, `latest` (4.0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/cassandra/4.0/debian-11/Dockerfile)
|
||||
* [`4.0`, `4.0-debian-11`, `4.0.5`, `4.0.5-debian-11-r11`, `latest` (4.0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/cassandra/4.0/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue