mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 20:27:48 +08:00
[bitnami/cassandra] Release 4.0.11-debian-11-r0 (#41397)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,14 +6,15 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-07-16T22:53:55Z" \
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-07-18T14:11:55Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.0.10-debian-11-r16" \
|
||||
org.opencontainers.image.ref.name="4.0.11-debian-11-r0" \
|
||||
org.opencontainers.image.title="cassandra" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.0.10"
|
||||
org.opencontainers.image.version="4.0.11"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -29,7 +30,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
"python-3.9.17-2-linux-${OS_ARCH}-debian-11" \
|
||||
"java-1.8.372-7-1-linux-${OS_ARCH}-debian-11" \
|
||||
"yq-4.34.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"cassandra-4.0.10-0-linux-${OS_ARCH}-debian-11" \
|
||||
"cassandra-4.0.11-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -50,7 +51,7 @@ RUN ln -s /opt/bitnami/scripts/cassandra/run.sh /run.sh
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/cassandra/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
ENV APP_VERSION="4.0.10" \
|
||||
ENV APP_VERSION="4.0.11" \
|
||||
BITNAMI_APP_NAME="cassandra" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/cassandra/bin:$PATH"
|
||||
|
||||
@@ -5,7 +5,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
cassandra:
|
||||
image: docker.io/bitnami/cassandra:4.0
|
||||
image: cassandra
|
||||
ports:
|
||||
- '7000:7000'
|
||||
- '9042:9042'
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.0.10-0"
|
||||
"version": "4.0.11-0"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rolling-tags:
|
||||
- "4.0"
|
||||
- 4.0-debian-11
|
||||
- 4.0.10
|
||||
- 4.0.11
|
||||
|
||||
Reference in New Issue
Block a user