3.11.2-r48 release
This commit is contained in:
parent
760c59fe0c
commit
952d0203ff
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:jessie-r74
|
||||
FROM bitnami/minideb-extras:jessie-r75
|
||||
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-r47" \
|
||||
BITNAMI_IMAGE_VERSION="3.11.2-r48" \
|
||||
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-r47`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.2-r47/3/Dockerfile)
|
||||
* [`3`, `3.11.2-r48`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.2-r48/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