6.2.4-r46 release

This commit is contained in:
Bitnami Bot
2018-06-17 02:51:26 +00:00
parent 6524ee2dfb
commit 79af5e240d
2 changed files with 3 additions and 3 deletions

View File

@@ -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
@@ -7,7 +7,7 @@ RUN bitnami-pkg unpack elasticsearch-6.2.4-0 --checksum bb7591f9094e3483747d507a
COPY rootfs /
ENV BITNAMI_APP_NAME="elasticsearch" \
BITNAMI_IMAGE_VERSION="6.2.4-r45" \
BITNAMI_IMAGE_VERSION="6.2.4-r46" \
ELASTICSEARCH_BIND_ADDRESS="" \
ELASTICSEARCH_CLUSTER_HOSTS="" \
ELASTICSEARCH_CLUSTER_NAME="elasticsearch-cluster" \

View File

@@ -29,7 +29,7 @@ $ docker-compose up -d
# Supported tags and respective `Dockerfile` links
* [`6`, `6.2.4-r45`, `latest` (6/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.2.4-r45/6/Dockerfile)
* [`6`, `6.2.4-r46`, `latest` (6/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.2.4-r46/6/Dockerfile)
* [`5`, `5.6.4-r52` (5/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/5.6.4-r52/5/Dockerfile)
Subscribe to project updates by watching the [bitnami/elasticsearch GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch).