3.11.2-r53 release
This commit is contained in:
parent
1c10620091
commit
74368e60eb
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:jessie-r78
|
||||
FROM bitnami/minideb-extras:jessie-r79
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -9,7 +9,7 @@ RUN bitnami-pkg unpack cassandra-3.11.2-3 --checksum 6579d295e0ca66f082582e419c9
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="cassandra" \
|
||||
BITNAMI_IMAGE_VERSION="3.11.2-r52" \
|
||||
BITNAMI_IMAGE_VERSION="3.11.2-r53" \
|
||||
CASSANDRA_CLUSTER_NAME="My Cluster" \
|
||||
CASSANDRA_CQL_PORT_NUMBER="9042" \
|
||||
CASSANDRA_ENABLE_REMOTE_CONNECTIONS="true" \
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ $ docker-compose up -d
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`3`, `3.11.2-r52`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.2-r52/3/Dockerfile)
|
||||
* [`3`, `3.11.2-r53`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.2-r53/3/Dockerfile)
|
||||
* [`3-ol-7`, `3.11.2-ol-7-r0` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.2-ol-7-r0/3/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/cassandra GitHub repo](https://github.com/bitnami/bitnami-docker-cassandra).
|
||||
|
|
|
|||
Loading…
Reference in New Issue