3.11.4-debian-9-r36 release

This commit is contained in:
Bitnami Bot 2019-03-21 07:04:59 +00:00
parent 450f57f134
commit 6569d47f6c
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:stretch-r318
FROM bitnami/minideb-extras:stretch-r319
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
@ -14,7 +14,7 @@ RUN chmod -R g+rwX /opt/bitnami/cassandra/conf/
COPY rootfs /
ENV BITNAMI_APP_NAME="cassandra" \
BITNAMI_IMAGE_VERSION="3.11.4-debian-9-r35" \
BITNAMI_IMAGE_VERSION="3.11.4-debian-9-r36" \
CASSANDRA_CLIENT_ENCRYPTION="false" \
CASSANDRA_CLUSTER_NAME="My Cluster" \
CASSANDRA_CQL_PORT_NUMBER="9042" \

View File

@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`3-rhel-7`, `3.11.4-rhel-7-r39` (3/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.4-rhel-7-r39/3/rhel-7/Dockerfile)
* [`3-ol-7`, `3.11.4-ol-7-r38` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.4-ol-7-r38/3/ol-7/Dockerfile)
* [`3-debian-9`, `3.11.4-debian-9-r35`, `3`, `3.11.4`, `3.11.4-r35`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.4-debian-9-r35/3/debian-9/Dockerfile)
* [`3-debian-9`, `3.11.4-debian-9-r36`, `3`, `3.11.4`, `3.11.4-r36`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.4-debian-9-r36/3/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/cassandra GitHub repo](https://github.com/bitnami/bitnami-docker-cassandra).

View File

@ -2,16 +2,16 @@ version: '2'
services:
cassandra:
image: 'bitnami/cassandra:latest'
labels:
kompose.service.type: nodeport
image: 'bitnami/cassandra:3'
ports:
- '7000:7000'
- '7001:7001'
- '9042:9042'
- '9160:9160'
volumes:
- 'cassandra_data:/bitnami'
environment:
- CASSANDRA_SEEDS=cassandra
- CASSANDRA_PASSWORD_SEEDER=yes
- CASSANDRA_PASSWORD=cassandra
volumes:
cassandra_data:
driver: local